Spaces:
Running
Running
File size: 99 Bytes
a3e054f |
1 2 3 4 5 6 |
import streamlit as st
st.set_page_config(layout="wide", page_title="LegisQA")
st.write("hello")
|