NikeZoldyck commited on
Commit
337e469
1 Parent(s): ea3f597

Add instruction image

Browse files
Files changed (2) hide show
  1. app.py +7 -1
  2. capture.png +3 -0
app.py CHANGED
@@ -116,8 +116,14 @@ demo = gr.Blocks()
116
 
117
  with demo:
118
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>" + title + "</h1>")
 
119
  with gr.Box():
120
- gr.Markdown(description)
 
 
 
 
 
121
  # First row - Inputs
122
  with gr.Row(scale=1):
123
  with gr.Column():
 
116
 
117
  with demo:
118
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>" + title + "</h1>")
119
+
120
  with gr.Box():
121
+ with gr.Row():
122
+ with gr.Column():
123
+ gr.Markdown(description)
124
+ with gr.Column():
125
+ gr.Image("capture.png")
126
+
127
  # First row - Inputs
128
  with gr.Row(scale=1):
129
  with gr.Column():
capture.png ADDED

Git LFS Details

  • SHA256: 09a86ff3de8815d9e80d97cb533903d859aade754d90634803f46c72a1aef97a
  • Pointer size: 131 Bytes
  • Size of remote file: 375 kB