Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
|
|
| 60 |
# Display logo and title side by side
|
| 61 |
gr.Markdown("""
|
| 62 |
<div style='display: flex; align-items: center; justify-content: center;'>
|
| 63 |
-
<img src='/
|
| 64 |
<h1 style='font-family: "Press Start 2P", cursive; margin: 0;'>Spot The Difference Game</h1>
|
| 65 |
</div>
|
| 66 |
""")
|
|
|
|
| 60 |
# Display logo and title side by side
|
| 61 |
gr.Markdown("""
|
| 62 |
<div style='display: flex; align-items: center; justify-content: center;'>
|
| 63 |
+
<img src='/images/CeX_Logo.png' width='100' style='margin-right: 10px;'/>
|
| 64 |
<h1 style='font-family: "Press Start 2P", cursive; margin: 0;'>Spot The Difference Game</h1>
|
| 65 |
</div>
|
| 66 |
""")
|