Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,7 @@ demo = gr.Blocks(css='''
|
|
28 |
#chedan {-webkit-transition-duration: 0.4s; transition-duration: 0.4s; border-radius: 40%}
|
29 |
#chedan:hover {background-color: #4CAF50; color: white;}
|
30 |
#chedan:active {background-color: #3e8e41; box-shadow: 0 5px #666; transform: translateY(4px);}
|
|
|
31 |
''')
|
32 |
|
33 |
def fx1(x):
|
|
|
28 |
#chedan {-webkit-transition-duration: 0.4s; transition-duration: 0.4s; border-radius: 40%}
|
29 |
#chedan:hover {background-color: #4CAF50; color: white;}
|
30 |
#chedan:active {background-color: #3e8e41; box-shadow: 0 5px #666; transform: translateY(4px);}
|
31 |
+
#flex flex-col:hover {content: '请拖拽或选择需要OCR识别的文件至此处';}
|
32 |
''')
|
33 |
|
34 |
def fx1(x):
|