Nymbo commited on
Commit
56a0903
1 Parent(s): 7104605

Update app.py

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