hruday96 commited on
Commit
b7e5f96
·
verified ·
1 Parent(s): 289d912

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,6 +79,6 @@ if linkedin_invite or email_invite or whatsapp_invite:
79
 
80
  # Display the generated message
81
  st.success(f"{message_type} Generated:")
82
- st.write(response.txt)
83
  except Exception as e:
84
  st.error(f"An error occurred while generating the message: {e}")
 
79
 
80
  # Display the generated message
81
  st.success(f"{message_type} Generated:")
82
+ st.write(response.text)
83
  except Exception as e:
84
  st.error(f"An error occurred while generating the message: {e}")