Spaces:
Running
Running
Update app1.py
Browse files
app1.py
CHANGED
@@ -116,7 +116,7 @@ gr.ChatInterface(
|
|
116 |
fn=generate,
|
117 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
118 |
additional_inputs=additional_inputs,
|
119 |
-
title="
|
120 |
examples=examples,
|
121 |
concurrency_limit=44,
|
122 |
theme = gr.themes.Default(primary_hue= gr.themes.colors.green, secondary_hue= gr.themes.colors.yellow)
|
|
|
116 |
fn=generate,
|
117 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
118 |
additional_inputs=additional_inputs,
|
119 |
+
title="MejoBot ",
|
120 |
examples=examples,
|
121 |
concurrency_limit=44,
|
122 |
theme = gr.themes.Default(primary_hue= gr.themes.colors.green, secondary_hue= gr.themes.colors.yellow)
|