Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ outputs = gr.Dataframe(examples={"file1.csv": "path/to/file1.csv",
|
|
21 |
"file3.csv": "path/to/file3.csv"})
|
22 |
|
23 |
# Create the Plot output interface
|
24 |
-
plot = gr.
|
25 |
|
26 |
# Define the plot function that will be called when the user selects their options
|
27 |
def plot_function(df, x, y):
|
|
|
21 |
"file3.csv": "path/to/file3.csv"})
|
22 |
|
23 |
# Create the Plot output interface
|
24 |
+
plot = gr.Plot(click_submit_button=True)
|
25 |
|
26 |
# Define the plot function that will be called when the user selects their options
|
27 |
def plot_function(df, x, y):
|