switched topic to first column
Browse files
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=['
|
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()
|