drakosfire commited on
Commit
1c791ce
1 Parent(s): fe96c20

more layout adjustment

Browse files
__pycache__/card_generator.cpython-310.pyc CHANGED
Binary files a/__pycache__/card_generator.cpython-310.pyc and b/__pycache__/card_generator.cpython-310.pyc differ
 
__pycache__/img2img.cpython-310.pyc CHANGED
Binary files a/__pycache__/img2img.cpython-310.pyc and b/__pycache__/img2img.cpython-310.pyc differ
 
__pycache__/item_dict_gen.cpython-310.pyc CHANGED
Binary files a/__pycache__/item_dict_gen.cpython-310.pyc and b/__pycache__/item_dict_gen.cpython-310.pyc differ
 
__pycache__/render_card_text.cpython-310.pyc CHANGED
Binary files a/__pycache__/render_card_text.cpython-310.pyc and b/__pycache__/render_card_text.cpython-310.pyc differ
 
__pycache__/template_builder.cpython-310.pyc CHANGED
Binary files a/__pycache__/template_builder.cpython-310.pyc and b/__pycache__/template_builder.cpython-310.pyc differ
 
__pycache__/user_input.cpython-310.pyc CHANGED
Binary files a/__pycache__/user_input.cpython-310.pyc and b/__pycache__/user_input.cpython-310.pyc differ
 
__pycache__/utilities.cpython-310.pyc CHANGED
Binary files a/__pycache__/utilities.cpython-310.pyc and b/__pycache__/utilities.cpython-310.pyc differ
 
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks() as demo:
190
  show_label = True,
191
  columns = [1], rows = [1],
192
  object_fit = "contain",
193
- height = "auto",
194
  elem_id = "Template Gallery",
195
  interactive=True,
196
  type="filepath")
@@ -257,7 +257,7 @@ with gr.Blocks() as demo:
257
  scale= 1,
258
  columns =[4], rows = [1],
259
  object_fit= "fill",
260
- height = "768",
261
  elem_id = "Generated Cards Gallery",
262
  allow_preview=True
263
  )
 
190
  show_label = True,
191
  columns = [1], rows = [1],
192
  object_fit = "contain",
193
+ height = None,
194
  elem_id = "Template Gallery",
195
  interactive=True,
196
  type="filepath")
 
257
  scale= 1,
258
  columns =[4], rows = [1],
259
  object_fit= "fill",
260
+ height = "auto",
261
  elem_id = "Generated Cards Gallery",
262
  allow_preview=True
263
  )