Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -206,7 +206,7 @@ if mode.startswith("🗣️"):
|
|
| 206 |
|
| 207 |
|
| 208 |
# --- Input ---
|
| 209 |
-
prompt = st.chat_input("Ask a question e.g
|
| 210 |
|
| 211 |
if prompt:
|
| 212 |
# Save user message
|
|
|
|
| 206 |
|
| 207 |
|
| 208 |
# --- Input ---
|
| 209 |
+
prompt = st.chat_input("Ask a question e.g what is the third pull...")
|
| 210 |
|
| 211 |
if prompt:
|
| 212 |
# Save user message
|