Lenakn commited on
Commit
e8a951a
·
verified ·
1 Parent(s): 3af4a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ topics = """
122
  """
123
 
124
  # Setup the Gradio Blocks interface with custom layout components
125
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
126
  gr.Markdown(welcome_message) # Display the formatted welcome message
127
  with gr.Row():
128
  with gr.Column():
 
122
  """
123
 
124
  # Setup the Gradio Blocks interface with custom layout components
125
+ with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
126
  gr.Markdown(welcome_message) # Display the formatted welcome message
127
  with gr.Row():
128
  with gr.Column():