TogetherAI commited on
Commit
486c261
·
1 Parent(s): a6d56c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ css = """
99
  """
100
 
101
 
102
- with gr.Blocks(css=css, theme="NoCrypt/[email protected]") as demo:
103
  gr.HTML("<h1><center>AI Assistant<h1><center>")
104
  gr.ChatInterface(
105
  generate,
 
99
  """
100
 
101
 
102
+ with gr.Blocks(css=css, theme="TogetherAI/Alex2") as demo:
103
  gr.HTML("<h1><center>AI Assistant<h1><center>")
104
  gr.ChatInterface(
105
  generate,