Margerie commited on
Commit
35bb03a
·
verified ·
1 Parent(s): ba0055f

Delete pages/11_ 📬_Model_Card_Contact.py

Browse files
pages/11_ 📬_Model_Card_Contact.py DELETED
@@ -1,26 +0,0 @@
1
- import streamlit as st
2
- from persist import persist, load_widget_state
3
-
4
- #from specific_extraction import extract_it
5
-
6
-
7
- global variable_output
8
-
9
- def main():
10
- cs_body()
11
-
12
-
13
-
14
- def cs_body():
15
-
16
- st.markdown('# Model Card Contact')
17
- st.text_area("How can people who have updates to the Model Card contact the authors?", key=persist("Model_card_contact"), )
18
-
19
-
20
-
21
-
22
-
23
-
24
- if __name__ == '__main__':
25
- load_widget_state()
26
- main()