Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
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 */
|