DOMMETI commited on
Commit
e1bc73c
·
verified ·
1 Parent(s): 23ffb0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -81,6 +81,10 @@ st.markdown("""
81
  <li>Analysis</li>
82
  <li>Structuring</li>
83
  </ul>""",unsafe_allow_html=True)
 
 
 
 
84
  st.title("Drug Trial Analysis Between Covaxine and Covishiled")
85
  total_participants = st.number_input("Total Participants For Covaxine:", min_value=100, max_value=10000, value=1000)
86
  total_participants_1 = st.number_input("Total Participants For Covishield:", min_value=100, max_value=1000, value=1000)
 
81
  <li>Analysis</li>
82
  <li>Structuring</li>
83
  </ul>""",unsafe_allow_html=True)
84
+ st.title('Terminology')
85
+ st.subheader('Experiment')
86
+ st.markdown("""It's a simple test or a procedure or an investigation which are carried out to discover what will be the consiquences..
87
+ """,unsafe_allow_html=True)
88
  st.title("Drug Trial Analysis Between Covaxine and Covishiled")
89
  total_participants = st.number_input("Total Participants For Covaxine:", min_value=100, max_value=10000, value=1000)
90
  total_participants_1 = st.number_input("Total Participants For Covishield:", min_value=100, max_value=1000, value=1000)