Ridealist commited on
Commit
819572d
1 Parent(s): c7bceaa

Modify picture images

Browse files
Files changed (1) hide show
  1. chatgpt_app.py +2 -2
chatgpt_app.py CHANGED
@@ -51,7 +51,7 @@ col1, col2 = st.columns(2)
51
 
52
  with col1:
53
  st.header("1. RuleBased")
54
- st.image("https://static.streamlit.io/examples/cat.jpg", width=169)
55
  with st.form('form_rulebased', clear_on_submit=True):
56
  user_input = st.text_input(label='You: ', value='', key='input_rulebased')
57
  submitted = st.form_submit_button('Send')
@@ -93,7 +93,7 @@ with col1:
93
 
94
  with col2:
95
  st.header("2. GPT-4")
96
- st.image("https://static.streamlit.io/examples/dog.jpg", width=200)
97
  with st.form('form_gpt', clear_on_submit=True):
98
  user_input = st.text_input(label='You: ', value='', key='input_gpt')
99
  submitted = st.form_submit_button('Send')
 
51
 
52
  with col1:
53
  st.header("1. RuleBased")
54
+ st.image("https://i.ytimg.com/vi/tl8uNAkfV3U/maxresdefault.jpg", width=190)
55
  with st.form('form_rulebased', clear_on_submit=True):
56
  user_input = st.text_input(label='You: ', value='', key='input_rulebased')
57
  submitted = st.form_submit_button('Send')
 
93
 
94
  with col2:
95
  st.header("2. GPT-4")
96
+ st.image("https://opendatascience.com/wp-content/uploads/2023/03/GPT-4.png", width=200)
97
  with st.form('form_gpt', clear_on_submit=True):
98
  user_input = st.text_input(label='You: ', value='', key='input_gpt')
99
  submitted = st.form_submit_button('Send')