Charles De Dampierre commited on
Commit
a19a1ee
·
1 Parent(s): 0dbc814
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,15 +1,12 @@
1
  import streamlit as st
2
 
3
  st.sidebar.image("images/logo.png", use_column_width=True)
4
- st.sidebar.write(
5
- "Bunka Summarizes & Visualizes Information as Maps using LLMs. The current Dataset is the following one: https://huggingface.co/datasets/Anthropic/hh-rlhf"
6
- )
7
 
8
  st.sidebar.title("Github Page")
9
  st.sidebar.write(
10
  "Have a look at the following package on GitHub: https://github.com/charlesdedampierre/BunkaTopics"
11
  )
12
-
13
  st.sidebar.title("Dataset")
14
  st.sidebar.write("HH-RLHF Dataset: https://huggingface.co/datasets/Anthropic/hh-rlhf")
15
 
 
1
  import streamlit as st
2
 
3
  st.sidebar.image("images/logo.png", use_column_width=True)
4
+ st.sidebar.write("Bunka Summarizes & Visualizes Information as Maps using LLMs.")
 
 
5
 
6
  st.sidebar.title("Github Page")
7
  st.sidebar.write(
8
  "Have a look at the following package on GitHub: https://github.com/charlesdedampierre/BunkaTopics"
9
  )
 
10
  st.sidebar.title("Dataset")
11
  st.sidebar.write("HH-RLHF Dataset: https://huggingface.co/datasets/Anthropic/hh-rlhf")
12