Spaces:
Sleeping
Sleeping
Fixed typo
Browse files- Gradio_UI.py +4 -2
Gradio_UI.py
CHANGED
|
@@ -278,8 +278,10 @@ class GradioUI:
|
|
| 278 |
"""
|
| 279 |
# Content Agent
|
| 280 |
|
| 281 |
-
If you specify your
|
| 282 |
-
|
|
|
|
|
|
|
| 283 |
"""
|
| 284 |
)
|
| 285 |
stored_messages = gr.State([])
|
|
|
|
| 278 |
"""
|
| 279 |
# Content Agent
|
| 280 |
|
| 281 |
+
If you specify your timezone, I can fetch the current local time.
|
| 282 |
+
|
| 283 |
+
If you provide me with text, I can check to see whether the content is considered polite or not.
|
| 284 |
+
|
| 285 |
"""
|
| 286 |
)
|
| 287 |
stored_messages = gr.State([])
|