Wedyan2023 commited on
Commit
aa6f9f2
·
verified ·
1 Parent(s): 8815108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -1,11 +1,11 @@
1
- """ Simple Chatbot
2
- @author: Nigel Gebodh
3
- @email: [email protected]
4
- """
5
  #""" Simple Chatbot
6
- #@author: Wedyan2023
7
- #@email: w.s.alskaran2@gmail.com
8
  #"""
 
 
 
 
9
  import numpy as np
10
  import streamlit as st
11
  from openai import OpenAI
 
 
 
 
 
1
  #""" Simple Chatbot
2
+ #@author: Nigel Gebodh
3
+ #@email: nigel.gebodh@gmail.com
4
  #"""
5
+ """ Simple Chatbot
6
+ @author: Wedyan2023
7
+ @email: [email protected]
8
+ """
9
  import numpy as np
10
  import streamlit as st
11
  from openai import OpenAI