pennyhsy commited on
Commit
ad70624
·
verified ·
1 Parent(s): b3e200a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -110,8 +110,6 @@ def query_model(question):
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
  """
117
 
@@ -125,7 +123,6 @@ 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
- 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
 
110
  welcome_message = """
111
  # 🌳 Welcome to GreenUnity!
112
 
 
 
113
  ## 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.
114
  """
115
 
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
125
  gr.Markdown(welcome_message) # Display the formatted welcome message
 
126
  with gr.Row():
127
  with gr.Column():
128
  gr.Markdown(topics) # Show the topics on the left side