Entz commited on
Commit
2a6eb3a
1 Parent(s): ee4c5d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def stream_chat(message: str, history: list, temperature: float, max_new_tokens:
98
 
99
  chatbot = gr.Chatbot(height=600)
100
 
101
- with gr.Blocks(css=CSS, theme="soft") as demo:
102
  gr.HTML(TITLE)
103
  gr.HTML(DESCRIPTION)
104
  gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")
 
98
 
99
  chatbot = gr.Chatbot(height=600)
100
 
101
+ with gr.Blocks(theme="soft") as demo:
102
  gr.HTML(TITLE)
103
  gr.HTML(DESCRIPTION)
104
  gr.DuplicateButton(value="Duplicate Space for private use", elem_classes="duplicate-button")