maxidl commited on
Commit
3e7a2a9
·
1 Parent(s): 77e0b8b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ css = """
210
  title = "# Placeholder Title"
211
  description = """Placeholder Description"""
212
 
213
- theme = gr.themes.Default(primary_hue="#4D8093")
214
  with gr.Blocks(theme=theme, css=css) as demo:
215
  title = gr.Markdown(title, elem_classes=["title"])
216
  description = gr.Markdown(description)
 
210
  title = "# Placeholder Title"
211
  description = """Placeholder Description"""
212
 
213
+ theme = gr.themes.Default()
214
  with gr.Blocks(theme=theme, css=css) as demo:
215
  title = gr.Markdown(title, elem_classes=["title"])
216
  description = gr.Markdown(description)