pvaluedotone commited on
Commit
eba7586
·
verified ·
1 Parent(s): c9b15b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 `pvaluedotone/bigbird-flight`")
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"])