Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ if st.session_state.stage == "crawl-input":
|
|
16 |
|
17 |
txt = crawl_the_site.crawl(start,limit)
|
18 |
st.session_state.collection = create_database.create_database(txt)
|
19 |
-
st.write("Crawling is done")
|
20 |
st.session_state.stage = "prompt-input"
|
21 |
|
22 |
openai_client = OpenAI(base_url="https://openrouter.ai/api/v1",api_key=api_key)
|
|
|
16 |
|
17 |
txt = crawl_the_site.crawl(start,limit)
|
18 |
st.session_state.collection = create_database.create_database(txt)
|
19 |
+
st.write("Crawling is done.")
|
20 |
st.session_state.stage = "prompt-input"
|
21 |
|
22 |
openai_client = OpenAI(base_url="https://openrouter.ai/api/v1",api_key=api_key)
|