ThatOneKevDev commited on
Commit
4d3f91e
·
verified ·
1 Parent(s): dd295ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,7 +140,7 @@ topics = """
140
  # Display function
141
 
142
  def display_image():
143
- return "Globot_Updated_Logo.jpg"
144
 
145
  # with gr.Blocks(theme=theme) as demo:
146
  # theme = gr.themes.Monochrome(
@@ -162,7 +162,7 @@ def display_image():
162
 
163
  # Setup the Gradio Blocks interface with custom layout components
164
  with gr.Blocks(theme='gstaff/xkcd') as demo:
165
- gr.Image(display_image(), width = 200, height=200)
166
  gr.Markdown(welcome_message) # Display the formatted welcome message
167
  with gr.Row():
168
  with gr.Column():
 
140
  # Display function
141
 
142
  def display_image():
143
+ return "Globot_Logo3.jpg"
144
 
145
  # with gr.Blocks(theme=theme) as demo:
146
  # theme = gr.themes.Monochrome(
 
162
 
163
  # Setup the Gradio Blocks interface with custom layout components
164
  with gr.Blocks(theme='gstaff/xkcd') as demo:
165
+ gr.Image(display_image(), width = 600, height=300)
166
  gr.Markdown(welcome_message) # Display the formatted welcome message
167
  with gr.Row():
168
  with gr.Column():