Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def get_response(input_text,query,db):
|
|
90 |
#The below code is a simple flow to accept the webpage link and process the queries
|
91 |
#using the get_response function created above. Using the cache, the same.
|
92 |
|
93 |
-
st.title('Webpage Question and Answering')
|
94 |
|
95 |
|
96 |
input_text=st.text_input("Provide the link to the webpage...")
|
|
|
90 |
#The below code is a simple flow to accept the webpage link and process the queries
|
91 |
#using the get_response function created above. Using the cache, the same.
|
92 |
|
93 |
+
st.title('Webpage Question and Answering ')
|
94 |
|
95 |
|
96 |
input_text=st.text_input("Provide the link to the webpage...")
|