Spaces:
Runtime error
Runtime error
Commit
·
a0561a8
1
Parent(s):
0eb5d3e
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with demo:
|
|
19 |
|
20 |
with gr.Tabs():
|
21 |
|
22 |
-
with gr.TabItem("Predict using
|
23 |
gr.Markdown("**Input DataFrame** \n")
|
24 |
input_df = gr.Dataframe(headers=CSV_HEADER,value=sample_input_df_val,)
|
25 |
gr.Markdown("**Output DataFrame** \n")
|
@@ -28,7 +28,7 @@ with demo:
|
|
28 |
with gr.Row():
|
29 |
compute_button = gr.Button("Predict")
|
30 |
|
31 |
-
with gr.TabItem("Tweak inputs Yourself"):
|
32 |
with gr.Tabs():
|
33 |
|
34 |
with gr.TabItem("Numerical Inputs"):
|
|
|
19 |
|
20 |
with gr.Tabs():
|
21 |
|
22 |
+
with gr.TabItem("Predict using Example inputs"):
|
23 |
gr.Markdown("**Input DataFrame** \n")
|
24 |
input_df = gr.Dataframe(headers=CSV_HEADER,value=sample_input_df_val,)
|
25 |
gr.Markdown("**Output DataFrame** \n")
|
|
|
28 |
with gr.Row():
|
29 |
compute_button = gr.Button("Predict")
|
30 |
|
31 |
+
with gr.TabItem("Tweak inputs Yourself & Predict"):
|
32 |
with gr.Tabs():
|
33 |
|
34 |
with gr.TabItem("Numerical Inputs"):
|