Update app.py
Browse files
app.py
CHANGED
|
@@ -258,4 +258,3 @@ if prompt := st.chat_input("Say something and/or attach files"):
|
|
| 258 |
# st.markdown("Please input correct files or query ")
|
| 259 |
else:
|
| 260 |
run_prompt(prompt)
|
| 261 |
-
|
|
|
|
| 258 |
# st.markdown("Please input correct files or query ")
|
| 259 |
else:
|
| 260 |
run_prompt(prompt)
|
|
|