sophhapol commited on
Commit
c99031c
·
verified ·
1 Parent(s): 3ac1e46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ topics = """
127
  """
128
 
129
  # Setup the Gradio Blocks interface with custom layout components
130
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
131
  gr.Markdown(welcome_message) # Display the formatted welcome message
132
  with gr.Row():
133
  with gr.Column():
 
127
  """
128
 
129
  # Setup the Gradio Blocks interface with custom layout components
130
+ with gr.Blocks(theme='gstaff/xkcd') as demo:
131
  gr.Markdown(welcome_message) # Display the formatted welcome message
132
  with gr.Row():
133
  with gr.Column():