Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -7,23 +7,22 @@ colorTo: blue
|
|
7 |
pinned: true
|
8 |
sdk_version: 4.44.0
|
9 |
---
|
10 |
-
#
|
11 |
|
12 |
-
This Hugging Face Space
|
13 |
|
14 |
## Files
|
15 |
|
16 |
-
- `app.py`: Main
|
17 |
-
- `requirements.txt`: Lists
|
18 |
|
19 |
## Setup
|
20 |
|
21 |
-
1. **Create a Hugging Face Space** with Gradio runtime.
|
22 |
-
2. **Upload
|
23 |
-
3. **Install dependencies** using
|
24 |
|
25 |
## Usage
|
26 |
|
27 |
-
1. **
|
28 |
-
2. **
|
29 |
-
3. **View results** in the output images.
|
|
|
7 |
pinned: true
|
8 |
sdk_version: 4.44.0
|
9 |
---
|
10 |
+
# Python Code to Graph Generator
|
11 |
|
12 |
+
This Hugging Face Space takes Python code as input and generates a graph based on it.
|
13 |
|
14 |
## Files
|
15 |
|
16 |
+
- `app.py`: Main code to handle Python code input and generate graphs.
|
17 |
+
- `requirements.txt`: Lists required libraries.
|
18 |
|
19 |
## Setup
|
20 |
|
21 |
+
1. **Create a Hugging Face Space** with the Gradio runtime.
|
22 |
+
2. **Upload these files** to your Space.
|
23 |
+
3. **Install dependencies** using `requirements.txt`.
|
24 |
|
25 |
## Usage
|
26 |
|
27 |
+
1. **Paste Python code** into the text area. Ensure the code defines a variable `multiplier`.
|
28 |
+
2. **Run the code** to generate and view the graph.
|
|