Yati05 commited on
Commit
9feb8ff
·
1 Parent(s): 96f642e

add theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ with gr.Blocks(title="Python Code Generation",theme=my_theme) as demo:
33
  message.submit(chat, [chatbot, message], chatbot)
34
 
35
 
36
- demo.queue.launch(enable_queue=True)
 
33
  message.submit(chat, [chatbot, message], chatbot)
34
 
35
 
36
+ demo.queue().launch(enable_queue=True)