ysharma HF staff commited on
Commit
91ab4ba
·
verified ·
1 Parent(s): d5d0abe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as demo1:
132
  )
133
 
134
 
135
- with gr.Blocks(theme=gr.themes.Ocean()) as demo2:
136
  chatbot = gr.Chatbot(type="messages", height=500, show_copy_button=True)
137
  demo2.load(generate_response, chatbot, chatbot)
138
 
 
132
  )
133
 
134
 
135
+ with gr.Blocks(theme="ocean") as demo2:
136
  chatbot = gr.Chatbot(type="messages", height=500, show_copy_button=True)
137
  demo2.load(generate_response, chatbot, chatbot)
138