Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -405,7 +405,7 @@ css="""
|
|
| 405 |
#main-title h1 {font-size: 2.1em !important;}
|
| 406 |
"""
|
| 407 |
with gr.Blocks() as demo:
|
| 408 |
-
gr.Markdown("# **CUA GUI
|
| 409 |
gr.Markdown("Upload a screenshot, select a model, and provide a task. The model will determine the precise UI coordinates and actions.")
|
| 410 |
|
| 411 |
with gr.Row():
|
|
|
|
| 405 |
#main-title h1 {font-size: 2.1em !important;}
|
| 406 |
"""
|
| 407 |
with gr.Blocks() as demo:
|
| 408 |
+
gr.Markdown("# **CUA GUI Operator 🖥️**", elem_id="main-title")
|
| 409 |
gr.Markdown("Upload a screenshot, select a model, and provide a task. The model will determine the precise UI coordinates and actions.")
|
| 410 |
|
| 411 |
with gr.Row():
|