Dagfinn1962 commited on
Commit
3ec2716
1 Parent(s): 8d24732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -114,6 +114,13 @@ with gr.Blocks(
114
  primary_hue="amber",
115
  secondary_hue="neutral",
116
  neutral_hue="rose",
 
 
 
 
 
 
 
117
  )
118
 
119
  )as demo:
@@ -131,6 +138,7 @@ with gr.Blocks(
131
  type="password",
132
  placeholder="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",
133
  info="You have to provide your own OpenAI API key.",
 
134
  chatbot = gr.Chatbot().style(height=400)
135
  with gr.Row():
136
  with gr.Column():
 
114
  primary_hue="amber",
115
  secondary_hue="neutral",
116
  neutral_hue="rose",
117
+ text_size="text_lg",
118
+ font=[gr.themes.GoogleFont('Verdana'), gr.themes.GoogleFont('Verdana'), 'Noto Sans', 'source-sans-pro'],
119
+ ).set(
120
+ body_background_fill='#cccccc',
121
+ body_text_color='#000000'
122
+
123
+
124
  )
125
 
126
  )as demo:
 
138
  type="password",
139
  placeholder="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",
140
  info="You have to provide your own OpenAI API key.",
141
+ )
142
  chatbot = gr.Chatbot().style(height=400)
143
  with gr.Row():
144
  with gr.Column():