Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,8 @@ topics = """
|
|
113 |
"""
|
114 |
|
115 |
# Setup the Gradio Blocks interface with custom layout components
|
116 |
-
with gr.Blocks(theme='
|
|
|
117 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
118 |
with gr.Row():
|
119 |
with gr.Column():
|
|
|
113 |
"""
|
114 |
|
115 |
# Setup the Gradio Blocks interface with custom layout components
|
116 |
+
with gr.Blocks(theme='Taithrah/Minimal') as demo:
|
117 |
+
gr.Image("craiyon_140344_Generic_Handsome_celebrity_man_face.png", show_label = False, show_share_button = False, show_download_button = False)
|
118 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|