jost commited on
Commit
4ffd694
·
1 Parent(s): d688f23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def update_direct_steering_options(prompt_type):
145
 
146
  def main():
147
  description = "This is a simple interface to compare two model prodided by Anyscale. Please enter your API key and your message."
148
- with gr.Blocks(theme=gr.themes.Base(), css=".gradio-container {background-color: orange}") as demo:
149
 
150
  # Ideology Test drowndown
151
  with gr.Tab("App"):
 
145
 
146
  def main():
147
  description = "This is a simple interface to compare two model prodided by Anyscale. Please enter your API key and your message."
148
+ with gr.Blocks(theme=gr.themes.Base()) as demo:
149
 
150
  # Ideology Test drowndown
151
  with gr.Tab("App"):