gabrielaltay commited on
Commit
a3e054f
1 Parent(s): abf336f
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.set_page_config(layout="wide", page_title="LegisQA")
4
+
5
+ st.write("hello")