tricktreat commited on
Commit
13dab5a
β€’
1 Parent(s): e07fbc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(css=css) as demo:
139
  type="password",
140
  container=False)
141
  with gr.Column(scale=0.15, min_width=0):
142
- btn1 = gr.Button("Submit", full_height=True)
143
 
144
  if not HUGGINGFACE_TOKEN:
145
  with gr.Row():
@@ -151,7 +151,7 @@ with gr.Blocks(css=css) as demo:
151
  type="password",
152
  container=False)
153
  with gr.Column(scale=0.15, min_width=0):
154
- btn3 = gr.Button("Submit", full_height=True)
155
 
156
 
157
  with gr.Row():
 
139
  type="password",
140
  container=False)
141
  with gr.Column(scale=0.15, min_width=0):
142
+ btn1 = gr.Button("Submit")
143
 
144
  if not HUGGINGFACE_TOKEN:
145
  with gr.Row():
 
151
  type="password",
152
  container=False)
153
  with gr.Column(scale=0.15, min_width=0):
154
+ btn3 = gr.Button("Submit")
155
 
156
 
157
  with gr.Row():