tea-phan-y commited on
Commit
3a7177c
·
verified ·
1 Parent(s): b6ed22f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ books2 = """
140
  """
141
 
142
  # Setup the Gradio Blocks interface with custom layout components
143
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
144
  gr.Markdown(welcome_message) # Display the formatted welcome message
145
  with gr.Row():
146
  # with gr.Column():
 
140
  """
141
 
142
  # Setup the Gradio Blocks interface with custom layout components
143
+ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
144
  gr.Markdown(welcome_message) # Display the formatted welcome message
145
  with gr.Row():
146
  # with gr.Column():