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

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="TogetherAI/Alex2") 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="ParityError/Interstellar") as demo:
103
  gr.HTML("<h1><center>AI Assistant<h1><center>")
104
  gr.ChatInterface(
105
  generate,