Spaces:
Running
Running
Update app.py from anycoder
Browse files
app.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Key Features:**
|
| 2 |
+
- Modern Gradio 6 theme (Soft with blue/indigo colors)
|
| 3 |
+
- Video stream simulation with gradient animation
|
| 4 |
+
- Real-time chat interface with AI responses
|
| 5 |
+
- Audio controls with toggle functionality
|
| 6 |
+
- Connection status monitoring
|
| 7 |
+
- Professional UI with Inter font
|
| 8 |
+
|
| 9 |
+
**Components Used:**
|
| 10 |
+
- `gr.Chatbot` for conversation history
|
| 11 |
+
- `gr.Image` for video stream display
|
| 12 |
+
- `gr.Textbox` for message input
|
| 13 |
+
- `gr.Button` with variants (primary, secondary, stop)
|
| 14 |
+
- `gr.Tabs` for organized interface sections
|
| 15 |
+
- `gr.Markdown` for rich text formatting
|
| 16 |
+
|
| 17 |
+
**Gradio 6 Compliance:**
|
| 18 |
+
✅ `theme=` in `demo.launch()` (NOT in gr.Blocks())
|
| 19 |
+
✅ `footer_links` for attribution
|
| 20 |
+
✅ Modern component syntax
|
| 21 |
+
✅ Proper event handling with `api_visibility`
|
| 22 |
+
|
| 23 |
+
The app simulates a live AI conversation with video streaming, audio controls, and real-time messaging - perfect for your streaming chat use case!
|