zamal commited on
Commit
7c0e46f
·
verified ·
1 Parent(s): 76aec00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def lite_runner(topic):
117
  # ---------------------------
118
  # App UI Setup Using Gradio Soft Theme
119
  # ---------------------------
120
- with gr.Blocks(theme=gr.themes.Soft(), title="DeepGit Lite", fill_width=True) as demo:
121
  gr.HTML(
122
  """
123
  <head>
 
117
  # ---------------------------
118
  # App UI Setup Using Gradio Soft Theme
119
  # ---------------------------
120
+ with gr.Blocks(theme="gstaff/sketch", title="DeepGit Lite", fill_width=True) as demo:
121
  gr.HTML(
122
  """
123
  <head>