YAMITEK commited on
Commit
7e5370e
·
verified ·
1 Parent(s): 5785952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def chat_with_gpt(prompt, history):
26
  return response.choices[0].message.content.strip()
27
 
28
 
29
- st.title("Contextual Chatbot")
30
 
31
  st.markdown(f"""
32
  <style>
 
26
  return response.choices[0].message.content.strip()
27
 
28
 
29
+ st.title("Contextual Chatbot using openai")
30
 
31
  st.markdown(f"""
32
  <style>