Spaces:
Running
Running
Commit
Β·
958a1fd
1
Parent(s):
4f0cbcb
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ st.set_page_config(page_title="Document QA Bot")
|
|
| 54 |
lottie_book = load_lottieurl("https://assets4.lottiefiles.com/temp/lf20_aKAfIn.json")
|
| 55 |
st_lottie(lottie_book, speed=1, height=200, key="initial")
|
| 56 |
# Place the title below the Lottie animation
|
| 57 |
-
st.title("
|
| 58 |
|
| 59 |
# Left Sidebar
|
| 60 |
sidebar.sidebar()
|
|
|
|
| 54 |
lottie_book = load_lottieurl("https://assets4.lottiefiles.com/temp/lf20_aKAfIn.json")
|
| 55 |
st_lottie(lottie_book, speed=1, height=200, key="initial")
|
| 56 |
# Place the title below the Lottie animation
|
| 57 |
+
st.title("Document Q&A Bot π€")
|
| 58 |
|
| 59 |
# Left Sidebar
|
| 60 |
sidebar.sidebar()
|