Update app.py
Browse files
app.py
CHANGED
|
@@ -64,8 +64,8 @@ with gr.Blocks(css=css, theme=CIMStheme) as demo:
|
|
| 64 |
tooltip="Tooltip Text",
|
| 65 |
tooltip_color="white", # Custom color
|
| 66 |
tooltip_background_color="blue",
|
| 67 |
-
x=
|
| 68 |
-
y=
|
| 69 |
value="",
|
| 70 |
elem_classes=['icon-button'],
|
| 71 |
variant='primary',
|
|
|
|
| 64 |
tooltip="Tooltip Text",
|
| 65 |
tooltip_color="white", # Custom color
|
| 66 |
tooltip_background_color="blue",
|
| 67 |
+
x=90, # No horizontal offset
|
| 68 |
+
y=20, # Above the button
|
| 69 |
value="",
|
| 70 |
elem_classes=['icon-button'],
|
| 71 |
variant='primary',
|