AnishaG0201 commited on
Commit
231d3bc
1 Parent(s): 5cee749

Update app.py

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