jost commited on
Commit
cd7e4c8
1 Parent(s): f8335d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -121,7 +121,12 @@ def main():
121
  # Link the dropdowns so that the option dropdown updates based on the selected prompt manipulation
122
  prompt_manipulation.change(fn=update_direct_steering_options, inputs=prompt_manipulation, outputs=direct_steering_option)
123
 
124
-
 
 
 
 
 
125
  with gr.Row():
126
  api_key_input = gr.Textbox(label="API Key", placeholder="Enter your API key here", show_label=True, type="password")
127
  user_input = gr.Textbox(label="Prompt", placeholder="Enter your message here")
 
121
  # Link the dropdowns so that the option dropdown updates based on the selected prompt manipulation
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")
132
  user_input = gr.Textbox(label="Prompt", placeholder="Enter your message here")