Spaces:
Sleeping
Sleeping
good morning12 commit
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def main():
|
|
25 |
st.text_area("Bot Response:", value=response_gpt, height=100)
|
26 |
except Exception as e:
|
27 |
output = st.empty()
|
28 |
-
output.error("Error occurred. Please contact the admin."
|
29 |
time.sleep(5)
|
30 |
st.experimental_rerun()
|
31 |
|
|
|
25 |
st.text_area("Bot Response:", value=response_gpt, height=100)
|
26 |
except Exception as e:
|
27 |
output = st.empty()
|
28 |
+
output.error("Error occurred. Please contact the admin.")
|
29 |
time.sleep(5)
|
30 |
st.experimental_rerun()
|
31 |
|