Omnibus commited on
Commit
ed073c7
·
verified ·
1 Parent(s): b150109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -24
app.py CHANGED
@@ -168,7 +168,7 @@ def emb():
168
  </h6></div>""")
169
  with gr.Tab("Credits"):
170
  with gr.Row():
171
- with gr.Column(style="text-align:left;"):
172
  gr.HTML("""
173
  <div style="vertical-align:center">
174
  <br>
@@ -205,29 +205,7 @@ def emb():
205
  </p>
206
  </div>
207
  """)
208
- with gr.Tab("Tools"):
209
- with gr.Tab("Draw"):
210
- with gr.Row():
211
- with gr.Column(style="width=50%"):
212
- gr.Pil(label="Crop")
213
- with gr.Column(style="width=50%"):
214
- gr.Pil(label="Draw")
215
- with gr.Tab("View"):
216
- with gr.Row():
217
- with gr.Column():
218
- gr.Pil(label="Crop").style(style="height=500")
219
- with gr.Tab("Color Picker"):
220
- with gr.Row():
221
- with gr.Column(scale=50):
222
- gr.ColorPicker(label="Color", interactive=True)
223
- with gr.Column(scale=50):
224
- gr.ImagePaint(label="Draw", interactive=True)
225
- with gr.Tab("Text"):
226
- with gr.Row():
227
- with gr.Column(scale=50):
228
- gr.Textbox(label="", lines=8, interactive=True)
229
- with gr.Column(scale=50):
230
- gr.Textbox(label="", lines=8, interactive=True)
231
 
232
  with gr.Row():
233
  with gr.Column():
 
168
  </h6></div>""")
169
  with gr.Tab("Credits"):
170
  with gr.Row():
171
+ with gr.Column():
172
  gr.HTML("""
173
  <div style="vertical-align:center">
174
  <br>
 
205
  </p>
206
  </div>
207
  """)
208
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
 
210
  with gr.Row():
211
  with gr.Column():