Spaces:
ctran
/
Runtime error

ctran commited on
Commit
693f937
·
verified ·
1 Parent(s): 9b649aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=120, # No horizontal offset
56
  y=-20, # Above the button
57
  value="",
58
  elem_classes=['icon-button'],
@@ -64,7 +64,7 @@ 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=90, # No horizontal offset
68
  y=20, # Above the button
69
  value="",
70
  elem_classes=['icon-button'],
 
52
  tooltip="Tooltip Text",
53
  tooltip_color="white", # Custom color
54
  tooltip_background_color="red",
55
+ x=100, # No horizontal offset
56
  y=-20, # Above the button
57
  value="",
58
  elem_classes=['icon-button'],
 
64
  tooltip="Tooltip Text",
65
  tooltip_color="white", # Custom color
66
  tooltip_background_color="blue",
67
+ x=30, # No horizontal offset
68
  y=20, # Above the button
69
  value="",
70
  elem_classes=['icon-button'],