Jyothikamalesh commited on
Commit
14dee08
·
verified ·
1 Parent(s): a999602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -62,8 +62,7 @@ demo = gr.ChatInterface(
62
 
63
  ],
64
  fill_height=True,
65
- chatbot=chatbot,
66
- theme="Nymbo/Alyx_Theme",
67
  )
68
  if __name__ == "__main__":
69
  demo.launch()
 
62
 
63
  ],
64
  fill_height=True,
65
+ chatbot=chatbot
 
66
  )
67
  if __name__ == "__main__":
68
  demo.launch()