jost commited on
Commit
aa705a8
·
verified ·
1 Parent(s): cd7e4c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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.Text(value="OR:", element_id="or_label", visible=True, style={"justify-content": "center", "align-items": "center", "font-size": "20px", "height": "50px"})
 
126
 
127
  with gr.Row():
128
- user_input1 = gr.Textbox(label="Prompt", placeholder="Enter your message here")
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")