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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -378,7 +378,7 @@ with gr.Blocks(
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(),
 
378
 
379
  gr.Markdown("# MAGIC Wand")
380
  gr.Markdown("")
381
+ gr.Markdown("### A set of AI Productivity Suite by Concepta MAGIC. Select Tabs to access tools")
382
  with gr.Row(elem_id="model_selector_row"):
383
  model_selector = gr.Dropdown(
384
  choices=MODELS.keys(),