Spaces:
Runtime error
Runtime error
StevenChen16
commited on
Commit
•
785c510
1
Parent(s):
192567d
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def query_model(user_input, history):
|
|
106 |
# Gradio block
|
107 |
chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
108 |
|
109 |
-
with gr.Blocks(
|
110 |
gr.Markdown(DESCRIPTION)
|
111 |
gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
112 |
gr.ChatInterface(
|
|
|
106 |
# Gradio block
|
107 |
chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
108 |
|
109 |
+
with gr.Blocks(css=css) as demo:
|
110 |
gr.Markdown(DESCRIPTION)
|
111 |
gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
112 |
gr.ChatInterface(
|