ronnye commited on
Commit
a5b8ccc
1 Parent(s): b737c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ topics = """
113
  """
114
 
115
  # Setup the Gradio Blocks interface with custom layout components
116
- with gr.Blocks(theme=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='HaleyCH/HaleyCH_Theme') as demo:
117
  gr.Markdown(welcome_message) # Display the formatted welcome message
118
  with gr.Row():
119
  with gr.Column():