Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|