Kvikontent commited on
Commit
768ed43
·
verified ·
1 Parent(s): b227cc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ import requests
9
  st.title("ChatGPT Vision")
10
  st.write("Tap 'upload image' to upload image to vision and give question, if you want to generate image, then type 'Generate-- [prompt]' or 'Draw-- [prompt]' in your query")
11
  msgs = st.container(height=500)
12
- inco = msgs.container(height=100)
13
  st.write("Upload image to use vision (optinal)")
14
  file = st.file_uploader("Upload image")
15
  inpt = st.chat_input(placeholder="Enter question...")
 
9
  st.title("ChatGPT Vision")
10
  st.write("Tap 'upload image' to upload image to vision and give question, if you want to generate image, then type 'Generate-- [prompt]' or 'Draw-- [prompt]' in your query")
11
  msgs = st.container(height=500)
 
12
  st.write("Upload image to use vision (optinal)")
13
  file = st.file_uploader("Upload image")
14
  inpt = st.chat_input(placeholder="Enter question...")