OuroborosM commited on
Commit
d9e36f7
·
1 Parent(s): 70ae03f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -705,7 +705,7 @@ def retry(history):
705
  print("chathmi3 error:", e)
706
  # yield chathmi3(last_request, chatbot_history)
707
 
708
- with gr.Blocks(css=".gradio-container {background-color: black}") as demo:
709
  # gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
710
  # main = gr.ChatInterface(
711
  # fake,
 
705
  print("chathmi3 error:", e)
706
  # yield chathmi3(last_request, chatbot_history)
707
 
708
+ with gr.Blocks() as demo:
709
  # gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
710
  # main = gr.ChatInterface(
711
  # fake,