File size: 322 Bytes
438833d
aa58e2f
6672a13
 
aa58e2f
6672a13
f098da2
6672a13
 
438833d
 
1
2
3
4
5
6
7
8
9
10
11
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))