arabmejo commited on
Commit
324d3e5
1 Parent(s): 392993d

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
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="AmberBot ",
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)