aasherkamal216 commited on
Commit
dda5445
·
unverified ·
1 Parent(s): ef2e22a

Update test4.py

Browse files
Files changed (1) hide show
  1. test4.py +1 -1
test4.py CHANGED
@@ -140,7 +140,7 @@ def messages_to_gemini(messages):
140
  st.write("Huraaaa")
141
 
142
 
143
- except FailedPrecondition as e:
144
  st.error(f"An error occurred {e}")
145
  os.remove(temp_file_path)
146
 
 
140
  st.write("Huraaaa")
141
 
142
 
143
+ except Exception as e:
144
  st.error(f"An error occurred {e}")
145
  os.remove(temp_file_path)
146