Kvikontent commited on
Commit
f308b0b
·
verified ·
1 Parent(s): aa87735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,8 +11,7 @@ def plot_graph(x_values, y_values, optional1='', optional2='', optional3='', opt
11
 
12
  inputs = [
13
  gr.Textbox(label="X Values"),
14
- gr.Textbox(label="Y Values"),
15
- gr.Group([gr.Textbox(label=f"Optional {i+1}") for i in range(10)])
16
  ]
17
 
18
  gr.Interface(plot_graph, inputs, "image").launch()
 
11
 
12
  inputs = [
13
  gr.Textbox(label="X Values"),
14
+ gr.Textbox(label="Y Values")
 
15
  ]
16
 
17
  gr.Interface(plot_graph, inputs, "image").launch()