TheMaisk commited on
Commit
ad33afc
·
verified ·
1 Parent(s): 78072cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -58,7 +58,8 @@ demo = gr.ChatInterface(
58
  title="Einfach Mixtral",
59
  retry_btn=None,
60
  undo_btn=None,
61
- theme="syddharth/gray-minimal" # Hinzufügen des Themes hier
62
  )
63
 
 
64
  demo.queue().launch(show_api=False)
 
58
  title="Einfach Mixtral",
59
  retry_btn=None,
60
  undo_btn=None,
61
+ theme="syddharth/gray-minimal" # Ändere das Theme hier
62
  )
63
 
64
+
65
  demo.queue().launch(show_api=False)