IAMTFRMZA commited on
Commit
528891b
·
verified ·
1 Parent(s): fd85cd0
Files changed (1) hide show
  1. app.py +3 -3
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="Basic Chatbot with Streamlit and OpenAI Assistant")
6
 
7
- st.title("Basic Chatbot with Streamlit and OpenAI Assistant")
8
- st.caption("Features text streaming using OpenAI Assistants API")
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: