maxiw commited on
Commit
bd91985
1 Parent(s): a69a068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -79,10 +79,7 @@ css = """
79
  with gr.Blocks(css=css) as demo:
80
  gr.Markdown(
81
  """
82
- <div style="display: flex; justify-content: space-between; align-items: center; background-color: #baff49; padding: 10px;">
83
- <h1 style="margin: 0; color: #101828";>PTA-1: Controlling Computers with Small Models</h1>
84
- <img src="https://cdn.prod.website-files.com/6627a15f6d261b8bf852c0a1/670529b583d3638f72db5614_askui-logo-primary-filled.svg" alt="Logo" style="height: 50px;">
85
- </div>
86
  """)
87
  gr.Markdown("Check out the model [AskUI/PTA-1](https://huggingface.co/AskUI/PTA-1).")
88
  with gr.Row():
 
79
  with gr.Blocks(css=css) as demo:
80
  gr.Markdown(
81
  """
82
+ # PTA-1: Controlling Computers with Small Models
 
 
 
83
  """)
84
  gr.Markdown("Check out the model [AskUI/PTA-1](https://huggingface.co/AskUI/PTA-1).")
85
  with gr.Row():