Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = [
|