jost commited on
Commit
a782321
1 Parent(s): 11f50c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def update_direct_steering_options(prompt_type):
89
 
90
  def main():
91
  description = "This is a simple interface to compare two model prodided by Anyscale. Please enter your API key and your message."
92
- with gr.Blocks(theme="peach") as demo:
93
 
94
  # Ideology Test drowndown
95
  with gr.Tab("App"):
 
89
 
90
  def main():
91
  description = "This is a simple interface to compare two model prodided by Anyscale. Please enter your API key and your message."
92
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
93
 
94
  # Ideology Test drowndown
95
  with gr.Tab("App"):