Spaces:
Runtime error
Runtime error
monochrome theme
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ with demo_chain_events:
|
|
| 116 |
#demo_chain_events.launch()
|
| 117 |
|
| 118 |
|
| 119 |
-
demo_joint = gr.Blocks(theme=gr.themes.
|
| 120 |
with demo_joint:
|
| 121 |
gr.HTML("<h1><center>🚀Revolutionize Your App Development with Gradio Client🏗️</center></h1><br><br>")
|
| 122 |
with gr.Row():
|
|
|
|
| 116 |
#demo_chain_events.launch()
|
| 117 |
|
| 118 |
|
| 119 |
+
demo_joint = gr.Blocks(theme=gr.themes.Monochrome())
|
| 120 |
with demo_joint:
|
| 121 |
gr.HTML("<h1><center>🚀Revolutionize Your App Development with Gradio Client🏗️</center></h1><br><br>")
|
| 122 |
with gr.Row():
|