victorisgeek commited on
Commit
612a59b
1 Parent(s): 4dd1a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -749,7 +749,7 @@ with gr.Blocks(css=css) as interface:
749
  with gr.Box(visible=False) as input_directory_group:
750
  direc_input = gr.Text(label="Path", interactive=True)
751
 
752
- with gr.Column(scale=0.6):
753
  info = gr.Markdown(value="...")
754
 
755
  with gr.Row():
 
749
  with gr.Box(visible=False) as input_directory_group:
750
  direc_input = gr.Text(label="Path", interactive=True)
751
 
752
+ with gr.Column(scale=0.7):
753
  info = gr.Markdown(value="...")
754
 
755
  with gr.Row():