Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from streamlit_lottie import st_lottie
|
|
8 |
image = Image.open("buet.png")
|
9 |
new_image = image.resize((100, 100))
|
10 |
#st.image(new_image)
|
11 |
-
st.title("
|
12 |
|
13 |
|
14 |
######### Animation ##########
|
|
|
8 |
image = Image.open("buet.png")
|
9 |
new_image = image.resize((100, 100))
|
10 |
#st.image(new_image)
|
11 |
+
st.title("Durghotona GPT: A Web Scraping and Large Language Model Based Framework to Generate Accident Dataset Automatically in Bangladesh")
|
12 |
|
13 |
|
14 |
######### Animation ##########
|