HJeon commited on
Commit
93911e0
·
verified ·
1 Parent(s): c27428b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -15,4 +15,20 @@ To install the dependencies listed in a "requirements.txt" file run:
15
 
16
  ```
17
  pip install -r requirements.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ```
 
15
 
16
  ```
17
  pip install -r requirements.txt
18
+ ```
19
+
20
+ # Start
21
+
22
+ The "app.py" file contains the main code to run the AI Agent Workflow.
23
+
24
+ To start the agent workflow run:
25
+
26
+ ```
27
+ py app.py
28
+ ```
29
+
30
+ To start the agent workflow and react to changes run:
31
+
32
+ ```
33
+ gradio app.py
34
  ```