AnishaG0201 commited on
Commit
b141ec0
1 Parent(s): 44884f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from function import GetLLMResponse
3
 
4
- st.set_page_config(layout="wide")
5
 
6
 
7
 
 
1
  import streamlit as st
2
  from function import GetLLMResponse
3
 
4
+
5
 
6
 
7