Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,10 +122,11 @@ def main():
|
|
122 |
prompt_manipulation.change(fn=update_direct_steering_options, inputs=prompt_manipulation, outputs=direct_steering_option)
|
123 |
|
124 |
with gr.Row():
|
125 |
-
gr.
|
|
|
126 |
|
127 |
with gr.Row():
|
128 |
-
user_input1 = gr.Textbox(label="Prompt", placeholder="Enter your
|
129 |
|
130 |
with gr.Row():
|
131 |
api_key_input = gr.Textbox(label="API Key", placeholder="Enter your API key here", show_label=True, type="password")
|
|
|
122 |
prompt_manipulation.change(fn=update_direct_steering_options, inputs=prompt_manipulation, outputs=direct_steering_option)
|
123 |
|
124 |
with gr.Row():
|
125 |
+
gr.Markdown("#### OR:", style={"width": "100%", "text-align": "center"})
|
126 |
+
|
127 |
|
128 |
with gr.Row():
|
129 |
+
user_input1 = gr.Textbox(label="Prompt", placeholder="Enter your own political statement here")
|
130 |
|
131 |
with gr.Row():
|
132 |
api_key_input = gr.Textbox(label="API Key", placeholder="Enter your API key here", show_label=True, type="password")
|