Spaces:
Running
on
L4
Running
on
L4
File size: 455 Bytes
30f49a1 8557bbe |
1 2 3 4 5 6 7 8 9 10 11 |
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 check out our models and demos here:")
st.write("[Sketch2Diagram](sketch2diagram) - A model that generates TikZ code from sketches.") |