martin8 commited on
Commit
8df9406
1 Parent(s): d6bf5d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -415,7 +415,7 @@ def object_detection():
415
 
416
 
417
  def task_categorization_model_predictions():
418
- st.image("./panelup.png")
419
 
420
  # st.title("Text Analysis App")
421
 
@@ -694,7 +694,7 @@ def model_selector_sbert():
694
 
695
  st.write("""Enter a brief description of your task, and this app will recommend an AI model for you!""")
696
 
697
- st.image("./panelup.png")
698
  # st.markdown(f'<p style="color: #012d51;font-size:18px;border-radius:%;">{"Please, describe your AI application below:"}</p>', unsafe_allow_html=True)
699
 
700
  prompt = st.text_area("Describe your task:")
 
415
 
416
 
417
  def task_categorization_model_predictions():
418
+ st.image("./examples.png")
419
 
420
  # st.title("Text Analysis App")
421
 
 
694
 
695
  st.write("""Enter a brief description of your task, and this app will recommend an AI model for you!""")
696
 
697
+ st.image("./examples.png")
698
  # st.markdown(f'<p style="color: #012d51;font-size:18px;border-radius:%;">{"Please, describe your AI application below:"}</p>', unsafe_allow_html=True)
699
 
700
  prompt = st.text_area("Describe your task:")