phoeben22 commited on
Commit
5e13d66
·
verified ·
1 Parent(s): cf247b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 **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,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=160, height=160)
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():