Dagfinn1962 commited on
Commit
5abdf49
1 Parent(s): bd0fb97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -111,8 +111,11 @@ def call_inf_server(prompt, openai_key):
111
 
112
 
113
  with gr.Blocks(
114
- theme=gr.themes.Soft(),
115
- css=".disclaimer {font-variant-caps: all-small-caps;}",
 
 
 
116
  ) as demo:
117
  gr.Markdown(
118
  """<h1><center>Chat with gpt-3.5-turbo</center></h1>
 
111
 
112
 
113
  with gr.Blocks(
114
+ theme=gr.themes.Glass(
115
+ primary_hue="amber",
116
+ secondary_hue="neutral",
117
+ ),
118
+
119
  ) as demo:
120
  gr.Markdown(
121
  """<h1><center>Chat with gpt-3.5-turbo</center></h1>