Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,13 +115,13 @@ welcome_message = """
|
|
| 115 |
|
| 116 |
topics = """
|
| 117 |
### Feel Free to ask for recommendations based on:
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
"""
|
| 122 |
|
| 123 |
# Setup the Gradio Blocks interface with custom layout components
|
| 124 |
-
with gr.Blocks(theme='
|
| 125 |
gr.Image("Video Game Banner.gif", show_label = False, show_share_button = False, show_download_button = False)
|
| 126 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
| 127 |
with gr.Row():
|
|
|
|
| 115 |
|
| 116 |
topics = """
|
| 117 |
### Feel Free to ask for recommendations based on:
|
| 118 |
+
🕹️ Genre
|
| 119 |
+
🕹️ Affordability
|
| 120 |
+
🕹️ Feeling
|
| 121 |
"""
|
| 122 |
|
| 123 |
# Setup the Gradio Blocks interface with custom layout components
|
| 124 |
+
with gr.Blocks(theme='theme='ysharma/llamas') as demo:
|
| 125 |
gr.Image("Video Game Banner.gif", show_label = False, show_share_button = False, show_download_button = False)
|
| 126 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
| 127 |
with gr.Row():
|