BrailleMenuGen / test_app.py
Chamin09's picture
Create test_app.py
5fbaba6 verified
raw
history blame contribute delete
136 Bytes
import streamlit as st
st.title("Braille Menu Generator - Test")
st.write("This is a test to check if Streamlit is working correctly.")