eagle0504 commited on
Commit
7736999
·
verified ·
1 Parent(s): d85b377

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -1,12 +1,23 @@
1
  ---
2
  title: Simple Chatbot
3
- emoji: 📉
4
- colorFrom: green
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Simple Chatbot
3
+ emoji: 🚀
4
+ colorFrom: indigo
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: 1.34.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # Simple Chatbot
14
+
15
+ A simple Streamlit application with API key authentication in the sidebar.
16
+
17
+ ## Features
18
+ - Secure API key input in sidebar
19
+ - Clean and responsive UI
20
+ - Easy to customize and extend
21
+
22
+ ## Usage
23
+ Enter your API key in the sidebar to access the main application.