Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -415,7 +415,7 @@ def object_detection():
|
|
415 |
|
416 |
|
417 |
def task_categorization_model_predictions():
|
418 |
-
st.image("./
|
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("./
|
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:")
|