StevenChen16 commited on
Commit
785c510
1 Parent(s): 192567d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(theme='bethecloud/storj_theme') as demo:
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(