salsabilapl commited on
Commit
12f7f03
1 Parent(s): 0c20b75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,10 +22,10 @@ def get_top_keywords(topic, num_keywords=10):
22
 
23
  # Streamlit app
24
  def main():
25
- st.title("Web Berita Topic Clustering Untuk Program Kedaireka UMKM📰")
26
 
27
  # Sidebar with title and description
28
- st.sidebar.title("Topic Clustering")
29
  st.sidebar.write("Menemukan topik di artikel berita.")
30
 
31
  # Input text area for user to enter their text
@@ -47,7 +47,7 @@ def main():
47
 
48
  # Add a footer
49
  st.sidebar.markdown("---")
50
- st.sidebar.write("© 2023 Web Berita Topic Clustering")
51
 
52
  if __name__ == "__main__":
53
  main()
 
22
 
23
  # Streamlit app
24
  def main():
25
+ st.title("Aplikasi Diskusi Topic Produk Menggunakan Latent Dirichlet Allocation pada Platform Youtube📰")
26
 
27
  # Sidebar with title and description
28
+ st.sidebar.title("Aplikasi Diskusi Topic Produk Menggunakan Latent Dirichlet Allocation pada Platform Youtube")
29
  st.sidebar.write("Menemukan topik di artikel berita.")
30
 
31
  # Input text area for user to enter their text
 
47
 
48
  # Add a footer
49
  st.sidebar.markdown("---")
50
+ st.sidebar.write("© 2023 Aplikasi Diskusi Topic Produk")
51
 
52
  if __name__ == "__main__":
53
  main()