Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
Hand2Voice: AI-Powered Sign Language Assistant
|
| 3 |
----------------------------------------------
|
| 4 |
Version: 11.0.0 (Footer Fix)
|
| 5 |
-
Author:
|
| 6 |
Organization: Government Research / NIELIT
|
| 7 |
Date: 2025-12-24
|
| 8 |
|
|
@@ -32,8 +32,8 @@ LAYOUT = "wide"
|
|
| 32 |
LOGO_FILE = "NIELIT-LOGO.png"
|
| 33 |
GIF_FILE = "hand_animation.gif"
|
| 34 |
GIF_URL = "https://mediapipe.dev/images/mobile/hand_tracking_3d_android_gpu.gif"
|
| 35 |
-
AUTHOR_NAME = "
|
| 36 |
-
COPYRIGHT_YEAR = "
|
| 37 |
|
| 38 |
# --- 1. THE CONCRETE CSS (Layout & Design System) ---
|
| 39 |
STABILIZATION_CSS = """
|
|
|
|
| 2 |
Hand2Voice: AI-Powered Sign Language Assistant
|
| 3 |
----------------------------------------------
|
| 4 |
Version: 11.0.0 (Footer Fix)
|
| 5 |
+
Author: Lovnish Verma
|
| 6 |
Organization: Government Research / NIELIT
|
| 7 |
Date: 2025-12-24
|
| 8 |
|
|
|
|
| 32 |
LOGO_FILE = "NIELIT-LOGO.png"
|
| 33 |
GIF_FILE = "hand_animation.gif"
|
| 34 |
GIF_URL = "https://mediapipe.dev/images/mobile/hand_tracking_3d_android_gpu.gif"
|
| 35 |
+
AUTHOR_NAME = "Lovnish Verma"
|
| 36 |
+
COPYRIGHT_YEAR = "2026"
|
| 37 |
|
| 38 |
# --- 1. THE CONCRETE CSS (Layout & Design System) ---
|
| 39 |
STABILIZATION_CSS = """
|