tdurbor commited on
Commit
439f303
·
1 Parent(s): b506727

change display

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -156,16 +156,16 @@ def gradio_interface():
156
  logging.info(feedback_message)
157
  return feedback_message
158
 
159
- with gr.Column(scale=1):
160
  username_input = gr.Textbox(
161
  label="Enter your username (optional)",
162
- placeholder="✨ Enter your username (optional)",
163
  show_label=False,
164
  submit_btn="Enter",
165
  interactive=True
166
  )
167
 
168
- with gr.Column(scale=4):
169
  feedback_output = gr.Textbox(
170
  label="Feedback",
171
  interactive=False,
 
156
  logging.info(feedback_message)
157
  return feedback_message
158
 
159
+ with gr.Column(scale=2):
160
  username_input = gr.Textbox(
161
  label="Enter your username (optional)",
162
+ placeholder="✨ Enter your username (optional)",
163
  show_label=False,
164
  submit_btn="Enter",
165
  interactive=True
166
  )
167
 
168
+ with gr.Column(scale=3):
169
  feedback_output = gr.Textbox(
170
  label="Feedback",
171
  interactive=False,