Spaces:
Runtime error
Runtime error
fix: relative path to logo in markdown
Browse files
app.py
CHANGED
@@ -53,13 +53,8 @@ task_prompt = f"<s>"
|
|
53 |
|
54 |
st.markdown("""
|
55 |
<h3 align="center">
|
56 |
-
|
57 |
-
src="https://https://huggingface.co/spaces/unstructuredio/receipt-parser/tree/main/img/unstructured_logo.png"
|
58 |
-
height="200"
|
59 |
-
>
|
60 |
</h3>
|
61 |
-
|
62 |
-
<div align="center">
|
63 |
""", unsafe_allow_html=True)
|
64 |
|
65 |
st.text('''
|
|
|
53 |
|
54 |
st.markdown("""
|
55 |
<h3 align="center">
|
56 |
+

|
|
|
|
|
|
|
57 |
</h3>
|
|
|
|
|
58 |
""", unsafe_allow_html=True)
|
59 |
|
60 |
st.text('''
|