Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Wedyan2023/SimpleChatbotWed2Version
Wedyan2023
/
Data_Generation_LabelingCopy
like
1
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
Wedyan2023
commited on
Oct 24, 2024
Commit
30d6359
·
verified
·
1 Parent(s):
dc141e7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
import streamlit as st
2
from openai import OpenAI
3
1
+
""" Simple Chatbot
2
+
@author: Nigel Gebodh
3
+
@email: nigel.gebodh@gmail.com
4
+
"""
5
import streamlit as st
6
from openai import OpenAI
7