jonigata commited on
Commit
3eb5670
·
1 Parent(s): 4050a55

add report link

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -133,6 +133,8 @@ Points to note for pseudo-3D rotation: When performing pseudo-3D rotation on the
133
  - "R + click" to **repair**
134
 
135
  When using Q, X, C, R, pressing and dont release until the operation is complete.
 
 
136
  """)
137
 
138
  width.change(fn=None, inputs=[width], _js="(w) => { resizeCanvas(w,null); }")
 
133
  - "R + click" to **repair**
134
 
135
  When using Q, X, C, R, pressing and dont release until the operation is complete.
136
+
137
+ [Contact us for feature requests or bug reports (anonymous)](https://t.co/UC3jJOJJtS)
138
  """)
139
 
140
  width.change(fn=None, inputs=[width], _js="(w) => { resizeCanvas(w,null); }")