awacke1 commited on
Commit
e940cb6
·
1 Parent(s): c2f6e19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -1,6 +1,17 @@
1
  import streamlit as st
2
  from graphviz import Digraph
3
 
 
 
 
 
 
 
 
 
 
 
 
4
  st.markdown("""
5
  # 👋 Two easy ways to turbo boost your AI learning journey! 💻
6
  # 🌐 AI Pair Programming
 
1
  import streamlit as st
2
  from graphviz import Digraph
3
 
4
+ st.markdown("""
5
+ # Health Related Examples:
6
+ 1. Health Conditions By State: https://huggingface.co/spaces/awacke1/HealthConditionsTest
7
+ 2. Mental Health ICD10 and DSM Codes: https://huggingface.co/spaces/awacke1/Mental-Health-ICD10-to-DSM
8
+ 3. Health Care and AI Datasets: https://huggingface.co/spaces/awacke1/Health-Care-AI-and-Datasets
9
+ 4. Zero Shot Classifier Facebook: https://huggingface.co/spaces/awacke1/Zero-shot-classification-facebook-bart-large-mnli
10
+ 5. Zero Shot Classifier Valhalla: https://huggingface.co/spaces/awacke1/Zero-Shot-Classification-valhalla-distilbart-mnli-12-1
11
+ 6.
12
+
13
+ """)
14
+
15
  st.markdown("""
16
  # 👋 Two easy ways to turbo boost your AI learning journey! 💻
17
  # 🌐 AI Pair Programming