Spaces:
Sleeping
Sleeping
Commit
·
beebeb7
1
Parent(s):
6acdc64
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
|
|
4 |
import os
|
5 |
import time
|
6 |
st.set_page_config(page_title="Books GPT")
|
7 |
-
st.header("Welcome To
|
8 |
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)")
|
9 |
|
10 |
class OpenAIClient:
|
|
|
4 |
import os
|
5 |
import time
|
6 |
st.set_page_config(page_title="Books GPT")
|
7 |
+
st.header("Welcome To Custom Books GPT!")
|
8 |
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)")
|
9 |
|
10 |
class OpenAIClient:
|