Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -171,8 +171,8 @@ def get_text_columns(file):
|
|
171 |
return gr.update(choices=[], value=None, label="⚠️ Error reading file")
|
172 |
|
173 |
with gr.Blocks() as app:
|
174 |
-
gr.Markdown("## ✈️ Sentiment analysis with
|
175 |
-
gr.Markdown("**Citation:** Mat Roni, S. (2025). *Sentiment analysis with Big Bird Flight on Gradio* (version 1.0) [software]. https://huggingface.co/spaces/pvaluedotone/bigbird-flight")
|
176 |
|
177 |
with gr.Row():
|
178 |
file_input = gr.File(label="Upload CSV", file_types=[".csv"])
|
|
|
171 |
return gr.update(choices=[], value=None, label="⚠️ Error reading file")
|
172 |
|
173 |
with gr.Blocks() as app:
|
174 |
+
gr.Markdown("## ✈️ Sentiment analysis with Big Bird Flight 2")
|
175 |
+
gr.Markdown("**Citation:** Mat Roni, S. (2025). *Sentiment analysis with Big Bird Flight 2 on Gradio* (version 1.0) [software]. https://huggingface.co/spaces/pvaluedotone/bigbird-flight-2 DOI: https://doi.org/10.57967/hf/5780")
|
176 |
|
177 |
with gr.Row():
|
178 |
file_input = gr.File(label="Upload CSV", file_types=[".csv"])
|