Siyunb323 commited on
Commit
031ca4e
·
1 Parent(s): 1d021ff
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -133,7 +133,8 @@ interface = gr.Interface(
133
  fn=process_data,
134
  inputs=[task_dropdown, model_dropdown, pooling_dropdown, text_input, file_input],
135
  outputs=[output_box, dataframe_output, file_output],
136
- css=(".file-download {display: none !important;}"),
 
137
  title="TwoPhaseBERT-CreativityAutoEvaluation",
138
  description=description_text,
139
  theme=gr.themes.Soft(),
 
133
  fn=process_data,
134
  inputs=[task_dropdown, model_dropdown, pooling_dropdown, text_input, file_input],
135
  outputs=[output_box, dataframe_output, file_output],
136
+ css=(""".file-download {display: none !important;}
137
+ h1 {text-align: center;}"""),
138
  title="TwoPhaseBERT-CreativityAutoEvaluation",
139
  description=description_text,
140
  theme=gr.themes.Soft(),