AItool commited on
Commit
92cca2a
·
verified ·
1 Parent(s): cad7c07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with st.form("my_form"):
20
  submitted = st.form_submit_button("Submit")
21
 
22
  # Initialize the full_text variable
23
- full_text = ""
24
 
25
  if submitted:
26
  messages = [
 
20
  submitted = st.form_submit_button("Submit")
21
 
22
  # Initialize the full_text variable
23
+ full_text = " "
24
 
25
  if submitted:
26
  messages = [