jost commited on
Commit
f4dd06b
·
verified ·
1 Parent(s): 2d5c4a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def update_direct_steering_options(prompt_type):
97
 
98
  def main():
99
  description = "This is a simple interface to compare two model prodided by Anyscale. Please enter your API key and your message."
100
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
101
 
102
  # Ideology Test drowndown
103
  with gr.Tab("App"):
 
97
 
98
  def main():
99
  description = "This is a simple interface to compare two model prodided by Anyscale. Please enter your API key and your message."
100
+ with gr.Blocks(theme=gr.themes.Base()) as demo:
101
 
102
  # Ideology Test drowndown
103
  with gr.Tab("App"):