TogetherAI commited on
Commit
8404975
·
1 Parent(s): ce28b01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ customCSS = """
90
  }
91
  """
92
 
93
- with gr.Blocks(css=NoCrypt/[email protected]) as demo:
94
  gr.ChatInterface(
95
  generate,
96
  additional_inputs=additional_inputs,
 
90
  }
91
  """
92
 
93
+ with gr.Blocks(css=css, theme="NoCrypt/[email protected]") as demo: # Theme und CSS hier hinzugefügt
94
  gr.ChatInterface(
95
  generate,
96
  additional_inputs=additional_inputs,