Spaces:
Running
Running
change app
Browse files
app.py
CHANGED
@@ -70,6 +70,7 @@ with gr.Blocks() as demo:
|
|
70 |
param_output = gr.Textbox(label="Predicted Parameters", lines=10)
|
71 |
ito_param_output = gr.Textbox(label="ITO Predicted Parameters", lines=10)
|
72 |
top_10_diff = gr.Textbox(label="Top 10 Parameter Differences", lines=10)
|
|
|
73 |
|
74 |
submit_button.click(
|
75 |
process_with_ito,
|
|
|
70 |
param_output = gr.Textbox(label="Predicted Parameters", lines=10)
|
71 |
ito_param_output = gr.Textbox(label="ITO Predicted Parameters", lines=10)
|
72 |
top_10_diff = gr.Textbox(label="Top 10 Parameter Differences", lines=10)
|
73 |
+
ito_log = gr.Textbox(label="ITO Log", lines=20)
|
74 |
|
75 |
submit_button.click(
|
76 |
process_with_ito,
|