Spaces:
Running
on
Zero
Running
on
Zero
improve gradio display and theme
Browse files
app.py
CHANGED
@@ -150,7 +150,13 @@ def cleanup_old_files():
|
|
150 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
151 |
with gr.Row():
|
152 |
gr.Markdown(title)
|
153 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
with gr.Row():
|
155 |
with gr.Column(scale=1):
|
156 |
with gr.Group():
|
|
|
150 |
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
151 |
with gr.Row():
|
152 |
gr.Markdown(title)
|
153 |
+
with gr.Row():
|
154 |
+
with gr.Column(scale=1):
|
155 |
+
gr.Markdown(description)
|
156 |
+
with gr.Column(scale=1):
|
157 |
+
with gr.Group():
|
158 |
+
gr.Markdown(modelinfor)
|
159 |
+
gr.Markdown(joinus)
|
160 |
with gr.Row():
|
161 |
with gr.Column(scale=1):
|
162 |
with gr.Group():
|