Spaces:
Runtime error
Runtime error
A-baoYang
commited on
Commit
·
1e237e0
1
Parent(s):
662b101
Fix Styling
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ chatbot = gr.Chatbot(
|
|
115 |
bubble_full_width=False
|
116 |
)
|
117 |
css = """
|
118 |
-
#examples_file_to_ocr {color: green}
|
119 |
#center {text-align: center}
|
120 |
footer {visibility: hidden}
|
121 |
a {color: rgb(255, 206, 10) !important}
|
|
|
115 |
bubble_full_width=False
|
116 |
)
|
117 |
css = """
|
118 |
+
#examples_file_to_ocr {color: green !important}
|
119 |
#center {text-align: center}
|
120 |
footer {visibility: hidden}
|
121 |
a {color: rgb(255, 206, 10) !important}
|