Updates
Browse files
app.py
CHANGED
|
@@ -206,7 +206,8 @@ with gr.Blocks() as demo:
|
|
| 206 |
|
| 207 |
compute_button = gr.Button("Compute")
|
| 208 |
|
| 209 |
-
status_output
|
|
|
|
| 210 |
result_output = gr.Markdown()
|
| 211 |
|
| 212 |
# Function to update the visibility of dataset2_inputs
|
|
|
|
| 206 |
|
| 207 |
compute_button = gr.Button("Compute")
|
| 208 |
|
| 209 |
+
# Adjust the height of the status_output component
|
| 210 |
+
status_output = gr.Markdown().style(height=150)
|
| 211 |
result_output = gr.Markdown()
|
| 212 |
|
| 213 |
# Function to update the visibility of dataset2_inputs
|