Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
|
| 18 |
|
| 19 |
|
| 20 |
|
| 21 |
-
chainlit_url = f"https://
|
| 22 |
timeout = 60 # Maximum wait time in seconds
|
| 23 |
start_time = time.time()
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
|
| 21 |
+
chainlit_url = f"https://reasoning-app-m7ew.onrender.com/"
|
| 22 |
timeout = 60 # Maximum wait time in seconds
|
| 23 |
start_time = time.time()
|
| 24 |
|