Wedyan2023 commited on
Commit
3e3e475
·
verified ·
1 Parent(s): 30d6359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -1,6 +1,10 @@
 
 
 
 
1
  """ Simple Chatbot
2
- @author: Nigel Gebodh
3
- @email: nigel.gebodh@gmail.com
4
  """
5
  import streamlit as st
6
  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: w.s.alskaran2@gmail.com
8
  """
9
  import streamlit as st
10
  from openai import OpenAI