miesnerjacob commited on
Commit
fbaddca
Β·
1 Parent(s): 620af8b

changed welcome page text

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -108,8 +108,7 @@ if page == "Welcome!":
108
  st.subheader("Notes")
109
  st.write(
110
  """
111
- * This dashboard was contsructed by Jacob Miesner, but every resource used is open-source! If you are interested
112
- in his other works you can view them here:
113
 
114
  [Project Github](https://github.com/MiesnerJacob/nlp-dashboard)
115
 
 
108
  st.subheader("Notes")
109
  st.write(
110
  """
111
+ * This dashboard was constructed by myself, but every resource used is open-source! If you are interested in my other works you can view them here:
 
112
 
113
  [Project Github](https://github.com/MiesnerJacob/nlp-dashboard)
114