Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ with st.form("my_form"):
|
|
| 44 |
sentiment with value: $sentiment$
|
| 45 |
Field 3 named :
|
| 46 |
language with value: {option}
|
| 47 |
-
|
| 48 |
|
| 49 |
"""
|
| 50 |
|
|
|
|
| 44 |
sentiment with value: $sentiment$
|
| 45 |
Field 3 named :
|
| 46 |
language with value: {option}
|
| 47 |
+
Review text: '''{text_review}'''
|
| 48 |
|
| 49 |
"""
|
| 50 |
|