Spaces:
Runtime error
Runtime error
title: AI Survey Bot Recommendation | |
emoji: 🤖 | |
colorFrom: green | |
colorTo: blue | |
sdk: streamlit | |
sdk_version: 1.1.0 | |
app_file: app.py | |
pinned: false | |
# AI Survey Bot Recommendation | |
This is a Streamlit app that allows users to answer a couple of questions and get a tailor-made response from an AI chatbot. The chatbot uses OpenAI GPT-3.5 Turbo to generate responses based on the user's input. | |
## Key files | |
- **app.py** - Main Streamlit app code | |
- **requirements.txt** - Python dependencies | |
- **setup.sh** - Heroku config script | |
## Installation | |
1. Clone the repository: | |
```bash | |
git clone https://github.com/your-username/your-repo.git | |