Sketch2Diagram / main_page.py
DaddyDaniel's picture
Remove redirect
186c012 verified
raw
history blame contribute delete
474 Bytes
import streamlit as st
st.title("Tohoku NLP Group - Language and Information Science Laboratory ")
st.write("Welcome to the Language and Information Science Laboratory!")
st.write("We are working on various projects and research focused on Visual Language Models.")
# Link to sketch2diagram page
st.subheader("You can access our models and demos from the sidebar navigation on the left:")
st.write("**Sketch2Diagram** - A model that generates TikZ code from sketches.")