Spaces:
Running
Running
Update app.py
Browse files
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!")
|