Spaces:
Sleeping
Sleeping
Delete pages/13_🔖_Model_Card_Authors.py
Browse files
pages/13_🔖_Model_Card_Authors.py
DELETED
@@ -1,26 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
from persist import persist, load_widget_state
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
global variable_output
|
7 |
-
|
8 |
-
def main():
|
9 |
-
cs_body()
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
def cs_body():
|
14 |
-
# Model Cards
|
15 |
-
#card = get_card()
|
16 |
-
#card.save('current_editable.md')
|
17 |
-
|
18 |
-
st.markdown('# Model Card Authors [optional]')
|
19 |
-
st.text_area("This section also provides another layer of transparency and accountability. Whose views is this model card representing? How many voices were included in its construction? Etc.",height = 180, help = "The people who actually constructed the Model Card go here.",key=persist("the_authors"))
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
if __name__ == '__main__':
|
25 |
-
load_widget_state()
|
26 |
-
main()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|