Zekun Wu commited on
Commit
1da3bb7
β€’
1 Parent(s): 9223004
Files changed (3) hide show
  1. app.py +33 -0
  2. pages/1_Demo_1.py +0 -0
  3. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.set_page_config(
4
+ page_title="LLM Open Generation Bias",
5
+ page_icon="πŸ‘‹",
6
+ )
7
+
8
+ st.title('xxx')
9
+ st.write("xxx")
10
+
11
+ st.markdown(
12
+ """
13
+ Description
14
+ """
15
+ )
16
+
17
+ # Sidebar content
18
+ st.sidebar.title("Demo1")
19
+
20
+ st.sidebar.subheader("Instruction")
21
+ st.sidebar.markdown(
22
+ """
23
+
24
+ """
25
+ )
26
+
27
+ st.sidebar.subheader("Demo2")
28
+ st.sidebar.subheader("Instruction")
29
+ st.sidebar.markdown(
30
+ """
31
+
32
+ """
33
+ )
pages/1_Demo_1.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ openai