Spaces:
Sleeping
Sleeping
create: model
Browse files
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
|