Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -277,7 +277,7 @@ class GradioUI:
|
|
| 277 |
gr.Markdown(
|
| 278 |
"""
|
| 279 |
# Content Agent
|
| 280 |
-
|
| 281 |
"""
|
| 282 |
)
|
| 283 |
stored_messages = gr.State([])
|
|
|
|
| 277 |
gr.Markdown(
|
| 278 |
"""
|
| 279 |
# Content Agent
|
| 280 |
+
Feel free to provide me with text and I can check to see if its consider polite or impolite
|
| 281 |
"""
|
| 282 |
)
|
| 283 |
stored_messages = gr.State([])
|