Spaces:
Runtime error
Runtime error
Commit
·
5dd830f
1
Parent(s):
5d7013d
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,15 @@ HTML_TEMPLATE = """
|
|
87 |
|
88 |
with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('file=https://github.com/Delve-ERAV1/S20/assets/11761529/c0ff84a4-dde6-473e-a820-d3797040eb9d')}") as interface:
|
89 |
gr.HTML(value=HTML_TEMPLATE, show_label=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
with gr.Row():
|
91 |
character_dropdown = gr.Dropdown(
|
92 |
label="Select a Character",
|
|
|
87 |
|
88 |
with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('file=https://github.com/Delve-ERAV1/S20/assets/11761529/c0ff84a4-dde6-473e-a820-d3797040eb9d')}") as interface:
|
89 |
gr.HTML(value=HTML_TEMPLATE, show_label=False)
|
90 |
+
|
91 |
+
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
92 |
+
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
93 |
+
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
94 |
+
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
95 |
+
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
96 |
+
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
97 |
+
gr.Markdown("Start typing below and then click **Run** to see the output.")
|
98 |
+
|
99 |
with gr.Row():
|
100 |
character_dropdown = gr.Dropdown(
|
101 |
label="Select a Character",
|