callanwu commited on
Commit
4270cd0
·
verified ·
1 Parent(s): b4399d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ if __name__ == "__main__":
137
  st.markdown("👋Welcome to WebWalker! WebWalker is a web-based conversational agent that can help you navigate websites and find information.")
138
  st.markdown("📑The paper of WebWalker is available at [arXiv](https://arxiv.org/pdf/2501.07572).")
139
  st.markdown("✨You can bulid your own WebWalker by following the [instruction](https://github.com/Alibaba-NLP/WebWalker).")
140
- st.markdown("🙋If you have any questions, please feel free to contact us via the [Github issue](https://github.com/Alibaba-NLP/WebWalker/issue).")
141
  st.markdown("### 🚀Let's start exploring the website!")
142
  if 'form_1_text' not in st.session_state:
143
  st.session_state.form_1_text = ""
 
137
  st.markdown("👋Welcome to WebWalker! WebWalker is a web-based conversational agent that can help you navigate websites and find information.")
138
  st.markdown("📑The paper of WebWalker is available at [arXiv](https://arxiv.org/pdf/2501.07572).")
139
  st.markdown("✨You can bulid your own WebWalker by following the [instruction](https://github.com/Alibaba-NLP/WebWalker).")
140
+ st.markdown("🙋If you have any questions, please feel free to contact us via the [Github issue](https://github.com/Alibaba-NLP/WebWalker/issues).")
141
  st.markdown("### 🚀Let's start exploring the website!")
142
  if 'form_1_text' not in st.session_state:
143
  st.session_state.form_1_text = ""