selfitcamera commited on
Commit
657d167
1 Parent(s): 3138356
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -120,9 +120,10 @@ with gr.Blocks(css=css) as demo:
120
  gr.Markdown(description)
121
 
122
  with gr.Accordion('upload tips', open=True):
123
- gr.HTML(f"<img src=\"{tip1}\" >")
124
- gr.HTML(f"<img src=\"{tip2}\" >")
125
-
 
126
  with gr.Row():
127
  with gr.Column():
128
  with gr.Column():
 
120
  gr.Markdown(description)
121
 
122
  with gr.Accordion('upload tips', open=True):
123
+ with gr.Row():
124
+ gr.HTML(f"<img src=\"{tip1}\" >")
125
+ gr.HTML(f"<img src=\"{tip2}\" >")
126
+
127
  with gr.Row():
128
  with gr.Column():
129
  with gr.Column():