Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# Flutter Code Generator - Hugging Face Space
|
3 |
|
4 |
This project leverages Transformers and Hugging Face's Spaces to generate Flutter code based on user prompts. It is designed to simplify Flutter development by providing intelligent suggestions for UI and functionality implementations.
|
|
|
1 |
|
2 |
+
---
|
3 |
+
title: Flutter Code Generator
|
4 |
+
emoji: 💻
|
5 |
+
colorFrom: indigo
|
6 |
+
colorTo: blue
|
7 |
+
sdk: streamlit
|
8 |
+
sdk_version: "1.18.1"
|
9 |
+
app_file: app.py
|
10 |
+
pinned: false
|
11 |
+
---
|
12 |
+
|
13 |
# Flutter Code Generator - Hugging Face Space
|
14 |
|
15 |
This project leverages Transformers and Hugging Face's Spaces to generate Flutter code based on user prompts. It is designed to simplify Flutter development by providing intelligent suggestions for UI and functionality implementations.
|