Spaces:
Runtime error
Runtime error
Update pages/summarizer.py
Browse files- pages/summarizer.py +0 -4
pages/summarizer.py
CHANGED
@@ -81,10 +81,6 @@ def user_input(user_question, api_key):
|
|
81 |
def main():
|
82 |
|
83 |
st.set_page_config(layout="centered")
|
84 |
-
st.header("Chat with DOCS")
|
85 |
-
st.markdown("<h1 style='font-size:20px;'>ChatBot by Muhammad Huzaifa</h1>", unsafe_allow_html=True)
|
86 |
-
api_key = st.secrets["inference_api_key"]
|
87 |
-
|
88 |
|
89 |
with st.sidebar:
|
90 |
st.header("Chat with PDF")
|
|
|
81 |
def main():
|
82 |
|
83 |
st.set_page_config(layout="centered")
|
|
|
|
|
|
|
|
|
84 |
|
85 |
with st.sidebar:
|
86 |
st.header("Chat with PDF")
|