yetessam commited on
Commit
1a1286c
·
verified ·
1 Parent(s): aa945ae

Fixed typo

Browse files
Files changed (1) hide show
  1. 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 timezon, I can fetch the current local time.
282
- If you provide me with text, I can check to see whether the content is considered polite or not.
 
 
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([])