Spaces:
Build error
Build error
prithivida
commited on
Commit
β’
6c12013
1
Parent(s):
b9cab86
Removed newline
Browse files
app.py
CHANGED
@@ -80,8 +80,7 @@ if __name__ == "__main__":
|
|
80 |
|
81 |
st.title('Neuspell - A Python library')
|
82 |
st.subheader('For fast & accurate spell correction')
|
83 |
-
st.markdown("Added to HuggingFace hub and spaces with π by Prithivi Da.[Fork with HF hub support](https://github.com/PrithivirajDamodaran/neuspell)
|
84 |
-
| [Original repo](https://github.com/neuspell/neuspell)", unsafe_allow_html=True)
|
85 |
st.markdown("<p style='color:blue; display:inline'> Integrate with your app with just few lines of code </p>", unsafe_allow_html=True)
|
86 |
st.markdown("""
|
87 |
```python
|
|
|
80 |
|
81 |
st.title('Neuspell - A Python library')
|
82 |
st.subheader('For fast & accurate spell correction')
|
83 |
+
st.markdown("Added to HuggingFace hub and spaces with π by Prithivi Da.[Fork with HF hub support](https://github.com/PrithivirajDamodaran/neuspell) | [Original repo](https://github.com/neuspell/neuspell)", unsafe_allow_html=True)
|
|
|
84 |
st.markdown("<p style='color:blue; display:inline'> Integrate with your app with just few lines of code </p>", unsafe_allow_html=True)
|
85 |
st.markdown("""
|
86 |
```python
|