Laura7819 commited on
Commit
b75d2e4
·
verified ·
1 Parent(s): 5dcb71b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ thankyou_message = """
143
  """
144
  ##
145
  # Setup the Gradio Blocks interface with custom layout components
146
- with gr.Blocks(theme='Ajaxon6255/Emerald_Isle') as demo:
147
  gr.Markdown(welcome_message) # Display the formatted welcome message
148
  with gr.Row():
149
  with gr.Column():
 
143
  """
144
  ##
145
  # Setup the Gradio Blocks interface with custom layout components
146
+ with gr.Blocks(theme='abidlabs/dracula_revamped') as demo:
147
  gr.Markdown(welcome_message) # Display the formatted welcome message
148
  with gr.Row():
149
  with gr.Column():