Spaces:
Sleeping
Sleeping
Commit
·
86c5c73
1
Parent(s):
f6edba1
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,8 @@ import openai
|
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
import time
|
5 |
-
|
6 |
-
|
7 |
-
st.set_page_config(page_title="Pak Case Law ChatBot")
|
8 |
-
st.header("Welcome To Pakistani AI Lawyer!")
|
9 |
st.markdown("Currently the ChatBot is taking content only from this [file.](http://kpcode.kp.gov.pk/uploads/1964_35_THE_WEST_PAKISTAN_FAMILY_COURTS_ACT_1964.pdf)")
|
10 |
|
11 |
class OpenAIClient:
|
|
|
2 |
import streamlit as st
|
3 |
import os
|
4 |
import time
|
5 |
+
st.set_page_config(page_title="Books GPT")
|
6 |
+
st.header("Welcome To Custome Books GPT!")
|
|
|
|
|
7 |
st.markdown("Currently the ChatBot is taking content only from this [file.](http://kpcode.kp.gov.pk/uploads/1964_35_THE_WEST_PAKISTAN_FAMILY_COURTS_ACT_1964.pdf)")
|
8 |
|
9 |
class OpenAIClient:
|