Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,9 @@ with gr.Blocks(theme="soft") as gr_interface:
|
|
| 62 |
)
|
| 63 |
|
| 64 |
# Title and description
|
| 65 |
-
gr.Markdown(
|
|
|
|
|
|
|
| 66 |
gr.Markdown(description_text)
|
| 67 |
|
| 68 |
# Input components
|
|
|
|
| 62 |
)
|
| 63 |
|
| 64 |
# Title and description
|
| 65 |
+
gr.Markdown(
|
| 66 |
+
"<h1 style='color:#008080; text-align:center;'>The Imitation Game</h1>"
|
| 67 |
+
)
|
| 68 |
gr.Markdown(description_text)
|
| 69 |
|
| 70 |
# Input components
|