fulekkk commited on
Commit
33359d6
·
1 Parent(s): 2645496

create: model

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,8 +1,3 @@
1
- import streamlit as st
2
-
3
- x = st.slider('Select a value')
4
- st.write(x, 'squared is', x * x)
5
-
6
  import os
7
  import streamlit as st
8
  from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, Settings
 
 
 
 
 
 
1
  import os
2
  import streamlit as st
3
  from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, Settings