Rooni commited on
Commit
6106374
·
1 Parent(s): 730b245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,6 +34,7 @@ def generate(description, model, max_tokens):
34
 
35
  # css
36
  css = """
 
37
  footer {visibility: hidden !important;}
38
  """
39
 
@@ -61,4 +62,4 @@ with gr.Blocks(css=css, title="UI") as vui:
61
  text_button.click(generate, inputs=[promt, model, max_tokens], outputs=text_output)
62
 
63
  #end
64
- vui.queue(api_open=False).launch()
 
34
 
35
  # css
36
  css = """
37
+ body {margin-top: 0 !important;}
38
  footer {visibility: hidden !important;}
39
  """
40
 
 
62
  text_button.click(generate, inputs=[promt, model, max_tokens], outputs=text_output)
63
 
64
  #end
65
+ vui.queue(api_open=False).launch()