Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def query_model(question):
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
-
# 📲 Welcome to
|
112 |
|
113 |
## Your AI-driven assistant for phone recommendations. Created by Heidi Santiago, Kashia Yang, and Phoebe Ng of the 2024 Kode With Klossy LA Camp.
|
114 |
"""
|
@@ -129,7 +129,7 @@ topics = """
|
|
129 |
|
130 |
# Setup the Gradio Blocks interface with custom layout components
|
131 |
with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
132 |
-
gr.Image("Phone Finder (3).png", show_label = False, show_share_button = False, show_download_button = False, width=
|
133 |
|
134 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
135 |
with gr.Row():
|
|
|
108 |
|
109 |
# Define the welcome message and specific topics the chatbot can provide information about
|
110 |
welcome_message = """
|
111 |
+
# 📲 Welcome to PhoneFinder!
|
112 |
|
113 |
## Your AI-driven assistant for phone recommendations. Created by Heidi Santiago, Kashia Yang, and Phoebe Ng of the 2024 Kode With Klossy LA Camp.
|
114 |
"""
|
|
|
129 |
|
130 |
# Setup the Gradio Blocks interface with custom layout components
|
131 |
with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
132 |
+
gr.Image("Phone Finder (3).png", show_label = False, show_share_button = False, show_download_button = False, width=250, height=250)
|
133 |
|
134 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
135 |
with gr.Row():
|