Pringled commited on
Commit
7dbe21e
·
1 Parent(s): 58d8f1a
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -206,7 +206,8 @@ with gr.Blocks() as demo:
206
 
207
  compute_button = gr.Button("Compute")
208
 
209
- status_output = gr.Markdown()
 
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