Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ llm = HuggingFaceHub(
|
|
| 23 |
"max_tokens":1000}
|
| 24 |
)
|
| 25 |
|
| 26 |
-
st.title("
|
| 27 |
st.sidebar.title("Article URLs")
|
| 28 |
|
| 29 |
# Initialize session state to store the number of URL inputs
|
|
|
|
| 23 |
"max_tokens":1000}
|
| 24 |
)
|
| 25 |
|
| 26 |
+
st.title("LinkWise 🔎")
|
| 27 |
st.sidebar.title("Article URLs")
|
| 28 |
|
| 29 |
# Initialize session state to store the number of URL inputs
|