phoeben22 commited on
Commit
cbaec38
·
verified ·
1 Parent(s): cf250f3

Update app.py

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