shivi commited on
Commit
a0561a8
1 Parent(s): 0eb5d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ with demo:
19
 
20
  with gr.Tabs():
21
 
22
- with gr.TabItem("Predict using batch of 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,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"):