Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ interface = gr.Interface(
|
|
157 |
outputs=[output_box, dataframe_output, file_output],
|
158 |
css=(""".file-download {display: none !important;}
|
159 |
h1 {text-align: center;}"""),
|
160 |
-
title="
|
161 |
description=description_text,
|
162 |
theme=gr.themes.Soft(),
|
163 |
)
|
|
|
157 |
outputs=[output_box, dataframe_output, file_output],
|
158 |
css=(""".file-download {display: none !important;}
|
159 |
h1 {text-align: center;}"""),
|
160 |
+
title="TwoPhaseLLMs-CreativityAutoEvaluation",
|
161 |
description=description_text,
|
162 |
theme=gr.themes.Soft(),
|
163 |
)
|