sagawa commited on
Commit
176c28c
1 Parent(s): ebcfac1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks() as demo:
159
 
160
  predict_button = gr.Button("Predict Stability")
161
  prediction_output = gr.HTML(
162
- label="Stability Prediction", interactive=False
163
  )
164
 
165
  predict_button.click(
@@ -177,7 +177,7 @@ with gr.Blocks() as demo:
177
  )
178
  predict_button = gr.Button("Predict Stability")
179
  prediction_output = gr.HTML(
180
- label="Stability Prediction", interactive=False
181
  )
182
 
183
  predict_button.click(
 
159
 
160
  predict_button = gr.Button("Predict Stability")
161
  prediction_output = gr.HTML(
162
+ label="Stability Prediction"
163
  )
164
 
165
  predict_button.click(
 
177
  )
178
  predict_button = gr.Button("Predict Stability")
179
  prediction_output = gr.HTML(
180
+ label="Stability Prediction"
181
  )
182
 
183
  predict_button.click(