app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
|
|
2 |
from openai import OpenAI
|
3 |
import time
|
4 |
|
5 |
-
st.set_page_config(page_title="
|
6 |
|
7 |
-
st.title("
|
8 |
-
st.caption("
|
9 |
|
10 |
# Sidebar for API Key input and file uploads
|
11 |
with st.sidebar:
|
|
|
2 |
from openai import OpenAI
|
3 |
import time
|
4 |
|
5 |
+
st.set_page_config(page_title="Schlager ContractAi")
|
6 |
|
7 |
+
st.title("Schlager ContractAi")
|
8 |
+
st.caption("Chat with your contract")
|
9 |
|
10 |
# Sidebar for API Key input and file uploads
|
11 |
with st.sidebar:
|