Himank Jain commited on
Commit
db7922b
·
1 Parent(s): 219e452

removed text changes

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -85,11 +85,7 @@ custom_theme = gr.themes.Base(
85
  button_primary_text_color="#ffffff",
86
  # Add these lines to ensure all text is white
87
  block_title_text_color="#ffffff",
88
- block_label_text_color="#ffffff",
89
- input_text_color="#ffffff",
90
- output_text_color="#ffffff",
91
- chatbot_code_background="#333333",
92
- chatbot_code_color="#ffffff",
93
  )
94
 
95
  with gr.Blocks(theme=custom_theme) as demo:
 
85
  button_primary_text_color="#ffffff",
86
  # Add these lines to ensure all text is white
87
  block_title_text_color="#ffffff",
88
+ block_label_text_color="#ffffff"
 
 
 
 
89
  )
90
 
91
  with gr.Blocks(theme=custom_theme) as demo: