Severian commited on
Commit
666806b
·
verified ·
1 Parent(s): f8ef6d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -426,8 +426,11 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
426
  with gr.Row():
427
  gr.Markdown(
428
  """
429
- ## Login below using the Yamamoto internal username and password to access the full app.
430
- ### Once logged in, a new tab will appear named "QR Code Art Generator" allowing you to access the QR Code Art Generator.
 
 
 
431
  """
432
  )
433
 
@@ -440,7 +443,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
440
  login_message = gr.Markdown(visible=False)
441
 
442
 
443
- with gr.Tab("QR Code and Prompt Input", visible=False) as app_container:
444
  with gr.Row():
445
  with gr.Column():
446
  qr_code_content = gr.Textbox(
 
426
  with gr.Row():
427
  gr.Markdown(
428
  """
429
+ Login below using the Yamamoto internal<br>
430
+ username and password to access the full app.<br>
431
+
432
+ Once logged in, a new tab will appear named<br>
433
+ "QR Code Art Generator" allowing you to access.
434
  """
435
  )
436
 
 
443
  login_message = gr.Markdown(visible=False)
444
 
445
 
446
+ with gr.Tab("QR Code Art Generator", visible=False) as app_container:
447
  with gr.Row():
448
  with gr.Column():
449
  qr_code_content = gr.Textbox(