Rooni commited on
Commit
94b7a9f
·
verified ·
1 Parent(s): 1ba0699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -23,7 +23,12 @@ def send_data(text):
23
  f.write(data)
24
  return "Данные успешно сохранены!"
25
 
26
- with gr.Blocks() as demo:
 
 
 
 
 
27
  with gr.Row():
28
  password_input = gr.Textbox(type="password", label="Введите пароль:")
29
  with gr.Row():
 
23
  f.write(data)
24
  return "Данные успешно сохранены!"
25
 
26
+ css = """
27
+ * {}
28
+ footer {visibility: hidden !important;}
29
+ """
30
+
31
+ with gr.Blocks(css=css) as demo:
32
  with gr.Row():
33
  password_input = gr.Textbox(type="password", label="Введите пароль:")
34
  with gr.Row():