rodrigomasini commited on
Commit
a50b682
Β·
verified Β·
1 Parent(s): c62af4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -376,7 +376,9 @@ with gr.Blocks(
376
  css=""".gradio-container .avatar-container {height: 40px width: 40px !important;} #duplicate-button {margin: auto; color: white; background: #f1a139; border-radius: 100vh; margin-top: 2px; margin-bottom: 2px;}""",
377
  ) as demo:
378
 
379
- gr.Markdown("# Image Chat, Image Generation, Image classification and Normal Chat")
 
 
380
  with gr.Row(elem_id="model_selector_row"):
381
  model_selector = gr.Dropdown(
382
  choices=MODELS.keys(),
 
376
  css=""".gradio-container .avatar-container {height: 40px width: 40px !important;} #duplicate-button {margin: auto; color: white; background: #f1a139; border-radius: 100vh; margin-top: 2px; margin-bottom: 2px;}""",
377
  ) as demo:
378
 
379
+ gr.Markdown("# MAGIC Wand")
380
+ gr.Markdown("")
381
+ gr.Markdown("## A set of AI Productivity Suite Cencepta MAGIC. Select Tabs to access tools")
382
  with gr.Row(elem_id="model_selector_row"):
383
  model_selector = gr.Dropdown(
384
  choices=MODELS.keys(),