Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ topics = """
|
|
140 |
# Display function
|
141 |
|
142 |
def display_image():
|
143 |
-
return "
|
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 =
|
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():
|