Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks(css=css, theme=CIMStheme) as demo:
|
|
52 |
tooltip="Tooltip Text",
|
53 |
tooltip_color="white", # Custom color
|
54 |
tooltip_background_color="red",
|
55 |
-
x=
|
56 |
y=-20, # Above the button
|
57 |
value="",
|
58 |
elem_classes=['icon-button'],
|
|
|
52 |
tooltip="Tooltip Text",
|
53 |
tooltip_color="white", # Custom color
|
54 |
tooltip_background_color="red",
|
55 |
+
x=30, # No horizontal offset
|
56 |
y=-20, # Above the button
|
57 |
value="",
|
58 |
elem_classes=['icon-button'],
|