m-ric HF Staff commited on
Commit
9bd3d8f
·
1 Parent(s): 0e61d29

Reduce space to screentop

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -147,6 +147,7 @@ sandbox_html_template = """
147
  <style>
148
  @import url('https://fonts.googleapis.com/css2?family=Oxanium:[email protected]&display=swap');
149
  </style>
 
150
  <div class="sandbox-container">
151
  <div class="status-bar">
152
  <div class="status-indicator {status_class}"></div>
@@ -552,8 +553,6 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js, fill_width=True) as de
552
  #Storing session hash in a state variable
553
  session_hash_state = gr.State(None)
554
 
555
- gr.HTML("""<h1 style="color:var(--color-accent);">Computer Agent - Input your task and run your personal assistant!<h1>""")
556
-
557
  with gr.Row():
558
  sandbox_html = gr.HTML(
559
  value=sandbox_html_template.format(
 
147
  <style>
148
  @import url('https://fonts.googleapis.com/css2?family=Oxanium:[email protected]&display=swap');
149
  </style>
150
+ <h1 style="color:var(--color-accent);">Computer Agent - Input your task and run your personal assistant!<h1>
151
  <div class="sandbox-container">
152
  <div class="status-bar">
153
  <div class="status-indicator {status_class}"></div>
 
553
  #Storing session hash in a state variable
554
  session_hash_state = gr.State(None)
555
 
 
 
556
  with gr.Row():
557
  sandbox_html = gr.HTML(
558
  value=sandbox_html_template.format(