Bashir Gulistani commited on
Commit
9e7c12e
1 Parent(s): 740f95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,7 +78,7 @@ def clear_conversation():
78
  # Custom CSS
79
  custom_css = """
80
  body {
81
- background-color: #f0f0f0;
82
  }
83
  .gradio-container {
84
  max-width: 900px;
@@ -109,4 +109,4 @@ with gr.Blocks(css=custom_css) as chatbot_interface:
109
  inspire_me_btn.click(generate_inspiration, inputs=history, outputs=chatbot)
110
 
111
  # Launch the app
112
- chatbot_interface.launch(share=True, enable_queue=True)
 
78
  # Custom CSS
79
  custom_css = """
80
  body {
81
+ background-color: #080505;
82
  }
83
  .gradio-container {
84
  max-width: 900px;
 
109
  inspire_me_btn.click(generate_inspiration, inputs=history, outputs=chatbot)
110
 
111
  # Launch the app
112
+ chatbot_interface.launch(share=True)