Sugamdeol commited on
Commit
3b0eb88
·
verified ·
1 Parent(s): 26e8e9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -7,23 +7,22 @@ colorTo: blue
7
  pinned: true
8
  sdk_version: 4.44.0
9
  ---
10
- # Advanced Graph, Diagram, and Mind Map Generator
11
 
12
- This Hugging Face Space allows users to generate graphs, diagrams, and mind maps based on input data.
13
 
14
  ## Files
15
 
16
- - `app.py`: Main application code using Gradio for the user interface.
17
- - `requirements.txt`: Lists all necessary Python libraries.
18
 
19
  ## Setup
20
 
21
- 1. **Create a Hugging Face Space** with Gradio runtime.
22
- 2. **Upload all files** to your Space.
23
- 3. **Install dependencies** using the `requirements.txt` file.
24
 
25
  ## Usage
26
 
27
- 1. **Adjust the slider** to generate different graphs.
28
- 2. **Enter text** for the diagram and mind map.
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.