Severian commited on
Commit
43a1b55
·
verified ·
1 Parent(s): 818d5cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -378,8 +378,8 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
378
  """
379
  )
380
  with gr.Column(scale=1):
381
- gr.Textbox(visible=False, lines=10) # Add this line
382
  with gr.Row():
 
383
  gr.Markdown(
384
  """
385
  Login below using the internal<br>
@@ -396,8 +396,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
396
  password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", value="ugd!")
397
  with gr.Row():
398
  login_button = gr.Button("Login", size="sm")
399
- login_message = gr.Markdown(visible=False)
400
- gr.Textbox(visible=False, lines=10) # Add this line
401
 
402
 
403
  with gr.Tab("QR Code Art Generator", visible=False) as app_container:
 
378
  """
379
  )
380
  with gr.Column(scale=1):
 
381
  with gr.Row():
382
+ gr.Textbox(visible=False, lines=10)
383
  gr.Markdown(
384
  """
385
  Login below using the internal<br>
 
396
  password = gr.Textbox(label="Password", type="password", placeholder="Enter your password", value="ugd!")
397
  with gr.Row():
398
  login_button = gr.Button("Login", size="sm")
399
+ login_message = gr.Markdown(visible=False)
 
400
 
401
 
402
  with gr.Tab("QR Code Art Generator", visible=False) as app_container: