Spaces:
Build error
Build error
Achyut Tiwari
commited on
Update ask.py
Browse files- pages/ask.py +2 -9
pages/ask.py
CHANGED
@@ -270,15 +270,8 @@ def get_answer(question: str):
|
|
270 |
def app():
|
271 |
with open('style.css') as f:
|
272 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
273 |
-
|
274 |
-
|
275 |
-
Streamlit app - <a href="https://www.linkedin.com/in/danijel-petkovic-573309144/" target="_blank">Danijel Petkovic</a> |
|
276 |
-
LFQA/DPR models - <a href="https://www.linkedin.com/in/blagojevicvladimir/" target="_blank">Vladimir Blagojevic</a> |
|
277 |
-
Guidance & Feedback - <a href="https://yjernite.github.io/" target="_blank">Yacine Jernite</a> |
|
278 |
-
<a href="https://towardsdatascience.com/long-form-qa-beyond-eli5-an-updated-dataset-and-approach-319cb841aabb" target="_blank">Blog</a>
|
279 |
-
</div>
|
280 |
-
"""
|
281 |
-
st.markdown(footer, unsafe_allow_html=True)
|
282 |
|
283 |
st.title('Wikipedia Assistant')
|
284 |
#st.header('We are migrating to new backend infrastructure. ETA - 15.6.2022')
|
|
|
270 |
def app():
|
271 |
with open('style.css') as f:
|
272 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
273 |
+
|
274 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
275 |
|
276 |
st.title('Wikipedia Assistant')
|
277 |
#st.header('We are migrating to new backend infrastructure. ETA - 15.6.2022')
|