DaddyDaniel commited on
Commit
186c012
·
verified ·
1 Parent(s): e17311e

Remove redirect

Browse files
Files changed (1) hide show
  1. main_page.py +2 -2
main_page.py CHANGED
@@ -6,6 +6,6 @@ st.write("We are working on various projects and research focused on Visual Lang
6
 
7
 
8
  # Link to sketch2diagram page
9
- st.subheader("You can check out our models and demos here:")
10
 
11
- st.write("[Sketch2Diagram](./sketch2diagram.py) - A model that generates TikZ code from sketches.")
 
6
 
7
 
8
  # Link to sketch2diagram page
9
+ st.subheader("You can access our models and demos from the sidebar navigation on the left:")
10
 
11
+ st.write("**Sketch2Diagram** - A model that generates TikZ code from sketches.")