HugMeBytes commited on
Commit
43d0ef2
·
verified ·
1 Parent(s): 7384705

black bg

Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -134,17 +134,20 @@ def answer_question(text_input, pdf_files, chat_history):
134
  return full_answer, chat_history, chat_history
135
 
136
 
 
 
 
137
  # === Custom CSS ===
 
138
  custom_css = """
139
  .gradio-container {
140
  max-width: 900px !important;
141
  margin: auto;
142
  font-family: 'Segoe UI', sans-serif;
 
143
  }
144
-
145
  body {
146
- background-color: var(--background-primary);
147
- color: var(--body-text-color);
148
  }
149
 
150
  textarea, input, button {
 
134
  return full_answer, chat_history, chat_history
135
 
136
 
137
+
138
+
139
+
140
  # === Custom CSS ===
141
+
142
  custom_css = """
143
  .gradio-container {
144
  max-width: 900px !important;
145
  margin: auto;
146
  font-family: 'Segoe UI', sans-serif;
147
+ background-color: #000000 !important;
148
  }
 
149
  body {
150
+ background-color: #000000 !important;
 
151
  }
152
 
153
  textarea, input, button {