Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
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"):
|