Spaces:
Running
Running
Update app.py
Browse files
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.
|
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():
|