zamal commited on
Commit
24f6569
·
verified ·
1 Parent(s): 92c2dd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def lite_runner(topic):
127
  # App UI Setup Using Gradio Soft Theme with Centered Layout
128
  # ---------------------------
129
  with gr.Blocks(
130
- theme=gr.themes.Soft(mode="dark", text_size=sizes.text_md),
131
  title="DeepGit Lite",
132
  css="""
133
  /* Center header and footer */
 
127
  # App UI Setup Using Gradio Soft Theme with Centered Layout
128
  # ---------------------------
129
  with gr.Blocks(
130
+ theme=gr.themes.Soft(text_size=sizes.text_md),
131
  title="DeepGit Lite",
132
  css="""
133
  /* Center header and footer */