0o7Hunk commited on
Commit
0802937
·
verified ·
1 Parent(s): cfe2b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -114,9 +114,6 @@ elif st.session_state.step == 5:
114
  )
115
 
116
  st.write(response.choices[0].message.content)
117
-
118
- except Exception as e:
119
- st.error(f"Error: {str(e)}")
120
  post = response.choices[0].message.content
121
 
122
  st.success("✅ Your LinkedIn Post is Ready!")
 
114
  )
115
 
116
  st.write(response.choices[0].message.content)
 
 
 
117
  post = response.choices[0].message.content
118
 
119
  st.success("✅ Your LinkedIn Post is Ready!")