mgetz commited on
Commit
9411567
·
verified ·
1 Parent(s): 3f5c737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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='HaleyCH/HaleyCH_Theme') as demo:
 
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():