kashewzz commited on
Commit
dc424ae
·
verified ·
1 Parent(s): eda4472

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def query_model(question):
105
  return "Could not find specific information. Please refine your question."
106
  response = generate_response(question, relevant_segment)
107
  return response
108
- ![PhoneFinder Logo](/Users/scholar/Downloads/Phone Finder (3).png)
109
  # Define the welcome message and specific topics the chatbot can provide information about
110
  welcome_message = """
111
  # 📲 Welcome to **PhoneFinder**!
@@ -129,6 +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.Markdown(welcome_message) # Display the formatted welcome message
133
  with gr.Row():
134
  with gr.Column():
 
105
  return "Could not find specific information. Please refine your question."
106
  response = generate_response(question, relevant_segment)
107
  return response
108
+
109
  # Define the welcome message and specific topics the chatbot can provide information about
110
  welcome_message = """
111
  # 📲 Welcome to **PhoneFinder**!
 
129
 
130
  # Setup the Gradio Blocks interface with custom layout components
131
  with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
132
+ gr.Image("/Users/scholar/Downloads/Phone Finder (3).png", show_label = False, show_share_button = False, show_download_button = False)
133
  gr.Markdown(welcome_message) # Display the formatted welcome message
134
  with gr.Row():
135
  with gr.Column():