MarMont commited on
Commit
e51bd4e
1 Parent(s): 8e98fe7

switched topic to first column

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -353,5 +353,5 @@ iface = gr.Interface(fn=dataframeProcessing,
353
  "bonifacio global city-december"],
354
  label="Dataset"),
355
  outputs=["text",
356
- gr.Dataframe(headers=['original_tweets', 'max_topic'])])
357
  iface.launch()
 
353
  "bonifacio global city-december"],
354
  label="Dataset"),
355
  outputs=["text",
356
+ gr.Dataframe(headers=['max_topic', 'original_tweets'])])
357
  iface.launch()