pennyhsy commited on
Commit
be0a546
·
verified ·
1 Parent(s): 187401b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def query_model(question):
110
  welcome_message = """
111
  # 🌳 Welcome to GreenUnity!
112
 
113
- ![logo](/Green.png)
114
 
115
  ## Your AI-driven assistant for all environment hazard-related queries. Created by Penny, Isabel, and Nevaeh of the 2024 Kode With Klossy Los Angeles Camp.
116
  """
@@ -125,6 +125,7 @@ topics = """
125
  # Setup the Gradio Blocks interface with custom layout components
126
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
127
  gr.Markdown(welcome_message) # Display the formatted welcome message
 
128
  with gr.Row():
129
  with gr.Column():
130
  gr.Markdown(topics) # Show the topics on the left side
 
110
  welcome_message = """
111
  # 🌳 Welcome to GreenUnity!
112
 
113
+
114
 
115
  ## Your AI-driven assistant for all environment hazard-related queries. Created by Penny, Isabel, and Nevaeh of the 2024 Kode With Klossy Los Angeles Camp.
116
  """
 
125
  # Setup the Gradio Blocks interface with custom layout components
126
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
127
  gr.Markdown(welcome_message) # Display the formatted welcome message
128
+ gr.Image("Green.png", show_label = False, show_share_button = False,
129
  with gr.Row():
130
  with gr.Column():
131
  gr.Markdown(topics) # Show the topics on the left side