awacke1 commited on
Commit
18298aa
1 Parent(s): b1ea756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -872,17 +872,12 @@ def add_medical_exam_buttons2():
872
 
873
  # 17. Main
874
  def main():
875
-
876
- #st.title("GAIA - Medical License Exam Testing")
877
  prompt = f"Write ten funny jokes that are tweet length stories that make you laugh. Show as markdown outline with emojis for each."
878
-
879
  # Add Wit and Humor buttons
880
  # add_witty_humor_buttons()
881
- add_medical_exam_buttons()
882
-
883
 
884
  with st.expander("Prompts 📚", expanded=False):
885
-
886
  example_input = st.text_input("Enter your prompt text for Llama:", value=prompt, help="Enter text to get a response from DromeLlama.")
887
  if st.button("Run Prompt With Llama model", help="Click to run the prompt."):
888
  try:
 
872
 
873
  # 17. Main
874
  def main():
 
 
875
  prompt = f"Write ten funny jokes that are tweet length stories that make you laugh. Show as markdown outline with emojis for each."
 
876
  # Add Wit and Humor buttons
877
  # add_witty_humor_buttons()
878
+ # add_medical_exam_buttons()
 
879
 
880
  with st.expander("Prompts 📚", expanded=False):
 
881
  example_input = st.text_input("Enter your prompt text for Llama:", value=prompt, help="Enter text to get a response from DromeLlama.")
882
  if st.button("Run Prompt With Llama model", help="Click to run the prompt."):
883
  try: