eaglelandsonce commited on
Commit
f8d1456
·
1 Parent(s): ce0caba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def fetch_and_display_data():
36
  interface = gr.Interface(
37
  fn=fetch_and_display_data,
38
  inputs=[],
39
- outputs=gr.outputs.DataFrame(),
40
  title="NBA Games Data Fetcher",
41
  description="Fetches the last 30 days of NBA games data. Make sure your API key is set in the environment variable 'NBA_API_KEY'."
42
  )
 
36
  interface = gr.Interface(
37
  fn=fetch_and_display_data,
38
  inputs=[],
39
+ outputs="dataframe",
40
  title="NBA Games Data Fetcher",
41
  description="Fetches the last 30 days of NBA games data. Make sure your API key is set in the environment variable 'NBA_API_KEY'."
42
  )