Omnibus commited on
Commit
6f4384d
1 Parent(s): a08278f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ with gr.Blocks() as app:
272
  preview_image_btn=gr.Button("Preview Image")
273
  prepare_btn=gr.Button("Prepare Card")
274
  bld_btn=gr.Button("Build Card")
275
- filename_box = gr.Textbox("File Name")
276
  prepared_html = gr.Textbox(max_lines=50)
277
  #preview_html = gr.HTML("""""")
278
 
 
272
  preview_image_btn=gr.Button("Preview Image")
273
  prepare_btn=gr.Button("Prepare Card")
274
  bld_btn=gr.Button("Build Card")
275
+ filename_box = gr.Textbox(label="File Name")
276
  prepared_html = gr.Textbox(max_lines=50)
277
  #preview_html = gr.HTML("""""")
278