Spaces:
Runtime error
Runtime error
import streamlit as st | |
import pandas as pd | |
import matplotlib.pyplot as plt | |
import pandas_bokeh | |
# ๊ธ ์ฐ๊ธฐ(๋งํฌ ์ฝ์ ) | |
st.title('VIETNAM DONGDAEMUN FOOOOOOOOOD!!!!!!!!!') | |
st.header('Selection of Vietnamese Restaurants in Dongdaemun Area') | |
st.subheader('Variety of dishes from different region in Vietnam, made affordable and delicious for local taste') | |
st.subheader('Items such as Pho Soup, Bun Bo Hue, Cha Gio or Com Chien') | |
st.write('''Write something here about the booming of Vietnamese Restaurant in Korea - particularly the fast growing food scene in Dongdaemun [ํธ๋ํธ๋ญ](https://namu.wiki/w/%EB%B2%A0%ED%8A%B8%EB%82%A8%20%EC%9A%94%EB%A6%AC) | |
.''' ) | |
# ์ฌ์ง ์ฝ์ | |
st.image('final_image_2.jpg', caption='A Spread of Vietnamese Dishes You Might Be Able To Find') | |
st.image('final_image_4.jpg', caption='A popular choice everywhere: Vietnamese Pho Soup') | |
st.image('final_image_3.jpg', caption='Hidden Gem: Banh Xeo') | |
st.header('Cheap and Delicious: One can find a variety of Vietnamese Restaurant in Dongdaemun Area') | |
st.subheader('Hosting dishes from North to South Vietnam') | |
st.subheader('The almost infinite choices will leave you looking for reviews!') | |
st.write('''Before deciding on which dish you'd want ~ carefully browse through the Blog section for an intimate look at the local food joints''' ) | |
# ๋ฐ์ดํฐ ๋ณด์ฌ์ฃผ๊ธฐ | |
df_แแ งแผแแ ดแแ ขแแ กแบแแ ตแธ = pd.read_excel('vietnam_food_dongdaemun_BLOGS.xlsx', index_col=0) | |
st.write('We have narrowed down to 150 most relevant blogs!!', df_แแ งแผแแ ดแแ ขแแ กแบแแ ตแธ) | |
df_แแ งแผแแ ดแแ ขแแ กแบแแ ตแธ_keyword = pd.read_excel('vietnam_food_KEYWORDS.xlsx', index_col=0) | |
st.write('๋ธ๋ก๊ทธ ๊ธ์์ ๊ฐ์ฅ ๋ง์ด ์ถํํ ๋จ์ด๋ ~~~ ์ค๋ช ~~~', df_แแ งแผแแ ดแแ ขแแ กแบแแ ตแธ_keyword) | |
# ์๋ํด๋ผ์ฐ๋ - WORDCLOUD | |
st.write('์ฃผ์ ๋จ์ด๋ค์ ์๋ํด๋ผ์ฐ๋๋ก ๋ณด์ฌ์ฃผ๋ฉด ๋ค์๊ณผ ๊ฐ๋ค') | |
st.image('final_WORDCLOUD.png') | |
# ์ฐ๊ฒฐ๋ง ๋ถ์ - NETWORK | |
st.write('''์ทจ์ฌํ์ ์ฃผ์ ๋จ์ด๋ค ๊ฐ์ ๊ณต๋์ถํํ๋ ๊ด๊ณ๋ฅผ ๋ฐํ์ผ๋ก ์๋ฏธ์ฐ๊ฒฐ๋ง์ ๊ทธ๋ ค๋ณด์๋ค. | |
๋ถ์๊ฒฐ๊ณผ, ~~์ค๋ช ~~''') | |
st.image('final_NETWORK.png') | |