Spaces:
Runtime error
Runtime error
Commit ·
4d45a40
1
Parent(s): f4f5f6a
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,8 @@ with gr.Blocks() as demo:
|
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
dict_moods=gr.Label(label="Moods", show_label=False)
|
| 92 |
-
gr.Textbox("Hello"
|
|
|
|
| 93 |
themes=gr.Label(label="Themes", show_label=False)
|
| 94 |
genres = gr.Label(label="Genres", show_label=False)
|
| 95 |
instruments = gr.Label(label="Instruments", show_label=False)
|
|
|
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
dict_moods=gr.Label(label="Moods", show_label=False)
|
| 92 |
+
gr.Textbox("Hello")
|
| 93 |
+
gr.HTML("<h3>Thorax</h3>")
|
| 94 |
themes=gr.Label(label="Themes", show_label=False)
|
| 95 |
genres = gr.Label(label="Genres", show_label=False)
|
| 96 |
instruments = gr.Label(label="Instruments", show_label=False)
|