Oliver12315 commited on
Commit
eeafa89
·
1 Parent(s): 10fa1e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=my_theme, title='Brand_Tone_of_Voice_demo') as demo:
56
  <h5 style="margin: 0;">If you like our project, please give us a star ✨ on Github for the latest update.</h5>
57
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;>
58
  <a href="https://arxiv.org/abs/xx.xx"><img src="https://img.shields.io/badge/Arxiv-xx.xx-red"></a>
59
- <a href='https://huggingface.co/spaces/Oliver12315/Brand_Tone_of_Voice_demo'><img src='https://img.shields.io/badge/Project_Page-Oliver12315/Brand_Tone_of_Voice_demo' alt='Project Page'></a>
60
  <a href='https://github.com'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
61
  </div>
62
  </div>
@@ -86,7 +86,7 @@ with gr.Blocks(theme=my_theme, title='Brand_Tone_of_Voice_demo') as demo:
86
  examples_per_page=len(examples)
87
  )
88
 
89
- with gr.Tab("Csv File"):
90
  with gr.Row():
91
  csv_input = gr.File(label="CSV File:",
92
  file_types=['.csv'],
 
56
  <h5 style="margin: 0;">If you like our project, please give us a star ✨ on Github for the latest update.</h5>
57
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;>
58
  <a href="https://arxiv.org/abs/xx.xx"><img src="https://img.shields.io/badge/Arxiv-xx.xx-red"></a>
59
+ <a href='https://huggingface.co/spaces/Oliver12315/Brand_Tone_of_Voice_Online_Demo'><img src='https://img.shields.io/badge/Project_Page-Oliver12315/Brand_Tone_of_Voice_Online_Demo' alt='Project Page'></a>
60
  <a href='https://github.com'><img src='https://img.shields.io/badge/Github-Code-blue'></a>
61
  </div>
62
  </div>
 
86
  examples_per_page=len(examples)
87
  )
88
 
89
+ with gr.Tab("CSV File"):
90
  with gr.Row():
91
  csv_input = gr.File(label="CSV File:",
92
  file_types=['.csv'],