vericudebuget commited on
Commit
f71669a
·
verified ·
1 Parent(s): 1734c55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,6 +55,6 @@ with gr.themes.Soft(): # Apply the Soft theme
55
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
56
  additional_inputs=additional_inputs,
57
  title="ConvoLite",
58
- description="""Remember! The AI might give incorrect information about people, locations, history, etc..."""
59
  concurrency_limit=20,
60
  ).launch(show_api=False,)
 
55
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
56
  additional_inputs=additional_inputs,
57
  title="ConvoLite",
58
+ description="Remember! The AI might give incorrect information about people, locations, history, etc...",
59
  concurrency_limit=20,
60
  ).launch(show_api=False,)