Kvikontent commited on
Commit
720080c
·
1 Parent(s): 7b1e2dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,4 +13,3 @@ def get_response(prompt):
13
  st.sidebar.title("KviGPT", help="By KVI Kontent")
14
  st.sidebar.subheader("Chat based on Gpt-3")
15
  user_input = st.chat_input("Say something", on_submit=get_response)
16
- generate_btn = st.button("Generate Response")
 
13
  st.sidebar.title("KviGPT", help="By KVI Kontent")
14
  st.sidebar.subheader("Chat based on Gpt-3")
15
  user_input = st.chat_input("Say something", on_submit=get_response)