TestRAGonPDFs / app.py
UldisKK's picture
upload pdf
a2753a1
raw
history blame
184 Bytes
import streamlit as st
import os
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)
current_working_directory = os.getcwd()
print(current_working_directory)
os.listdir