Spaces:
Sleeping
Sleeping
Commit ·
5d7013d
1
Parent(s): 215cb38
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ HTML_TEMPLATE = """
|
|
| 85 |
<p>Generate dialogue for Shakespearean character by selecting character from dropdown.</p>
|
| 86 |
"""
|
| 87 |
|
| 88 |
-
with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('file=https://github.com/
|
| 89 |
gr.HTML(value=HTML_TEMPLATE, show_label=False)
|
| 90 |
with gr.Row():
|
| 91 |
character_dropdown = gr.Dropdown(
|
|
|
|
| 85 |
<p>Generate dialogue for Shakespearean character by selecting character from dropdown.</p>
|
| 86 |
"""
|
| 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(
|