ysharma HF Staff commited on
Commit
7b92b01
·
1 Parent(s): df27ef5

monochrome theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Soft())
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():