awacke1 commited on
Commit
7b16024
·
1 Parent(s): 63bf669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.Plotly(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):
 
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):