Tonic commited on
Commit
ff7a2a0
Β·
unverified Β·
1 Parent(s): 2cd1f0b

improve gradio display and theme

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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():