Nymbo commited on
Commit
2ddbafd
1 Parent(s): f2d16a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -81,12 +81,10 @@ additional_inputs=[
81
  )
82
  ]
83
 
84
- theme = gr.themes.Default(primary_hue="pink", secondary_hue="pink")
85
-
86
  gr.ChatInterface(
87
  fn=generate,
88
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
89
  additional_inputs=additional_inputs,
90
- theme=theme,
91
  title="""Mistral 7B v0.3"""
92
  ).launch(show_api=False)
 
81
  )
82
  ]
83
 
 
 
84
  gr.ChatInterface(
85
  fn=generate,
86
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
87
  additional_inputs=additional_inputs,
88
+ theme="Nymbo/Alyx_Theme",
89
  title="""Mistral 7B v0.3"""
90
  ).launch(show_api=False)