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