Test / app.py
SilvusTV's picture
update app.py for only use web application
6672a13
raw
history blame
No virus
322 Bytes
from image import *
import streamlit as st
# url = "https://i.imgur.com/qs0CxjE_d.webp?maxwidth=760&fidelity=grand"
# text = "What is the two color's car ?"
st.write('Application starting...')
text = st.text('Posez votre question (en anglais)')
url = st.text('mettez le liens de votre image')
st.write(image(url, text))