Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ st.markdown("""
|
|
| 167 |
<div class='instructions'>
|
| 168 |
Please enter a sentence or paragraph in Hindi in the text area below. <br>
|
| 169 |
Text must be primarily in Hindi. <br>
|
| 170 |
-
Example: "
|
| 171 |
Click the 'Predict' button to analyze the sentiment (positive, negative, or neutral)!
|
| 172 |
</div>
|
| 173 |
""", unsafe_allow_html=True)
|
|
|
|
| 167 |
<div class='instructions'>
|
| 168 |
Please enter a sentence or paragraph in Hindi in the text area below. <br>
|
| 169 |
Text must be primarily in Hindi. <br>
|
| 170 |
+
Example: "यह फिल्म बहुत अच्छी थी और अभिनय शानदार था। <br>
|
| 171 |
Click the 'Predict' button to analyze the sentiment (positive, negative, or neutral)!
|
| 172 |
</div>
|
| 173 |
""", unsafe_allow_html=True)
|