Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🧮 Unit Converter App (Python + Gradio)
|
| 2 |
+
|
| 3 |
+
A simple web app that converts:
|
| 4 |
+
- Kilograms ↔ Grams
|
| 5 |
+
- Meters ↔ Centimeters ↔ Feet
|
| 6 |
+
- Celsius ↔ Fahrenheit
|
| 7 |
+
|
| 8 |
+
**Built with:** Python + Gradio
|
| 9 |
+
**Deployed on:** Hugging Face Spaces
|