Bradarr commited on
Commit
a50e52a
·
verified ·
1 Parent(s): c22f90c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def clear_history():
114
  return "", ""
115
 
116
 
117
- with gr.Blocks(title=title) as demo: # Use default theme if "Ocean" isn't available
118
  gr.Markdown(f"# {title}")
119
  gr.Markdown(description)
120
 
 
114
  return "", ""
115
 
116
 
117
+ with gr.Blocks(title=title, theme="Ocean") as demo: # Use default theme if "Ocean" isn't available
118
  gr.Markdown(f"# {title}")
119
  gr.Markdown(description)
120