Spaces:
Sleeping
Sleeping
evanzyfan commited on
Commit ·
8a5dcde
1
Parent(s): 4787686
use english version
Browse files
app.py
CHANGED
|
@@ -341,7 +341,7 @@ def create_app():
|
|
| 341 |
"""Create the Gradio application."""
|
| 342 |
|
| 343 |
with gr.Blocks(
|
| 344 |
-
title="
|
| 345 |
css=CUSTOM_CSS,
|
| 346 |
theme=gr.themes.Soft(
|
| 347 |
primary_hue="purple",
|
|
@@ -356,7 +356,7 @@ def create_app():
|
|
| 356 |
current_story_idx = gr.State(0)
|
| 357 |
|
| 358 |
gr.Markdown(
|
| 359 |
-
"#
|
| 360 |
elem_classes=["title-text"],
|
| 361 |
)
|
| 362 |
|
|
|
|
| 341 |
"""Create the Gradio application."""
|
| 342 |
|
| 343 |
with gr.Blocks(
|
| 344 |
+
title="CineScale: Preference Ranking",
|
| 345 |
css=CUSTOM_CSS,
|
| 346 |
theme=gr.themes.Soft(
|
| 347 |
primary_hue="purple",
|
|
|
|
| 356 |
current_story_idx = gr.State(0)
|
| 357 |
|
| 358 |
gr.Markdown(
|
| 359 |
+
"# CineScale: Preference Ranking",
|
| 360 |
elem_classes=["title-text"],
|
| 361 |
)
|
| 362 |
|