Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -378,7 +378,7 @@ with gr.Blocks(
|
|
378 |
|
379 |
gr.Markdown("# MAGIC Wand")
|
380 |
gr.Markdown("")
|
381 |
-
gr.Markdown("
|
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(),
|