Severian commited on
Commit
818d5cb
·
verified ·
1 Parent(s): 9e47f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -326,7 +326,7 @@ h1, h2, h3, h4, h5, h6, p, li, ul, ol, a {
326
  height: auto;
327
  }
328
 
329
-
330
  .login-container {
331
  display: flex;
332
  flex-direction: column;
@@ -377,11 +377,12 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
377
  4. **Generate and Iterate**: Click 'Run' to create your art, then refine as needed.
378
  """
379
  )
380
- with gr.Column(scale=1, elem_classes="login-container"):
 
381
  with gr.Row():
382
  gr.Markdown(
383
  """
384
- Login below using the Yamamoto internal<br>
385
  username and password to access the full app.<br>
386
 
387
  Once logged in, a new tab will appear named<br>
@@ -396,6 +397,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
396
  with gr.Row():
397
  login_button = gr.Button("Login", size="sm")
398
  login_message = gr.Markdown(visible=False)
 
399
 
400
 
401
  with gr.Tab("QR Code Art Generator", visible=False) as app_container:
 
326
  height: auto;
327
  }
328
 
329
+ /* Add these new styles */
330
  .login-container {
331
  display: flex;
332
  flex-direction: column;
 
377
  4. **Generate and Iterate**: Click 'Run' to create your art, then refine as needed.
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>
386
  username and password to access the full app.<br>
387
 
388
  Once logged in, a new tab will appear named<br>
 
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: