change
Browse files
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(),
|