Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def tips(txt: str, wait_time: int = 2, icon: str = "🎉"):
|
|
131 |
|
132 |
if __name__ == "__main__":
|
133 |
st.markdown(
|
134 |
-
"<h1 style='text-align: center;'><a href='https://github.com/RapidAI/RapidOCR' style='text-decoration: none'>Rapid⚡OCR</a></h1>
|
135 |
unsafe_allow_html=True,
|
136 |
)
|
137 |
st.markdown(
|
|
|
131 |
|
132 |
if __name__ == "__main__":
|
133 |
st.markdown(
|
134 |
+
"<h1 style='text-align: center;'><a href='https://github.com/RapidAI/RapidOCR' style='text-decoration: none'>Rapid⚡OCR</a></h1>",
|
135 |
unsafe_allow_html=True,
|
136 |
)
|
137 |
st.markdown(
|