einfachalf commited on
Commit
3464126
1 Parent(s): de6bb20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -736,8 +736,8 @@ def build_single_model_ui(models):
736
 
737
  def build_demo(models):
738
  with gr.Blocks(
739
- title="NeuralChat · Intel",
740
- theme=TogetherAI/Alex2(),
741
  css=block_css,
742
  ) as demo:
743
  url_params = gr.JSON(visible=False)
 
736
 
737
  def build_demo(models):
738
  with gr.Blocks(
739
+ title="Einfach.NeuralChat · Intel",
740
+ theme="TogetherAI/Ghostly"(),
741
  css=block_css,
742
  ) as demo:
743
  url_params = gr.JSON(visible=False)