Komal-patra commited on
Commit
587aa67
·
verified ·
1 Parent(s): 9d3d248

update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -4
app.py CHANGED
@@ -48,10 +48,15 @@ custom_css = f"""
48
  span.md.svelte-8tpqd2.chatbot.prose p {{
49
  color: #266B99;
50
  }}
51
- /* Chatbot comtainer */
52
- .gradio-container{
53
- /* background: #84D5F7 */
54
- }
 
 
 
 
 
55
  /* RED (Hex: #DB1616) for action buttons and links only */
56
  .clear-btn {{
57
  background: #DB1616;
 
48
  span.md.svelte-8tpqd2.chatbot.prose p {{
49
  color: #266B99;
50
  }}
51
+ /* Chatbot container */
52
+ .gradio-container {{
53
+ background: #1c1c1c; /* Dark background */
54
+ color: white; /* Light text color */
55
+ background-image: url('{background_image_path}'); /* Add background image */
56
+ background-size: cover; /* Cover the entire container */
57
+ background-position: center; /* Center the image */
58
+ background-repeat: no-repeat; /* Do not repeat the image */
59
+ }}
60
  /* RED (Hex: #DB1616) for action buttons and links only */
61
  .clear-btn {{
62
  background: #DB1616;