Paul Ke commited on
Commit
69c8f29
·
verified ·
1 Parent(s): b256125

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +2 -1
streamlit_app.py CHANGED
@@ -196,4 +196,5 @@ if st.button('Generate the story'):
196
  st.markdown(response.content)
197
 
198
  except Exception as error:
199
- st.sidebar.error(f"An error occurred: {error}")
 
 
196
  st.markdown(response.content)
197
 
198
  except Exception as error:
199
+ st.sidebar.error(f"An error occurred: {error}")
200
+