thedamn commited on
Commit
d5d4c2b
·
1 Parent(s): 0fae0f0

good morning12 commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.", e)
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