cotxetj commited on
Commit
620ec62
1 Parent(s): 8eff43f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  inputs=gr.Dropdown(["Topic1", "Topic2"], label="Topic"),
54
  outputs=[gr.Markdown(label="Most relevant articles"),gr.Plot(label="Main Keywords")],
55
  live=True,
56
- examples=[["Topic2"]]
57
  )
58
 
59
  # Launch the app
 
53
  inputs=gr.Dropdown(["Topic1", "Topic2"], label="Topic"),
54
  outputs=[gr.Markdown(label="Most relevant articles"),gr.Plot(label="Main Keywords")],
55
  live=True,
56
+ examples=[]
57
  )
58
 
59
  # Launch the app