Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def plot_graph(x_values, y_values, optional1='', optional2='', optional3='', opt
|
|
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()
|
|
|
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()
|