Upload huggingface.yml
Browse files- huggingface.yml +6 -0
huggingface.yml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# This file tells Hugging Face Spaces how to run the app
|
3 |
+
title: OrbIQ Prompt Engineering
|
4 |
+
sdk: streamlit
|
5 |
+
python_version: 3.9
|
6 |
+
app_file: app.py
|