Skip to content

Commit

Permalink
added streamlit to installation section on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaludii authored Feb 25, 2023
1 parent 565993a commit 3cc2ba0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ Click [Here](https://huggingface.co/spaces/Kaludi/JotForm-API-Form-Explorer_App

`cd jotform-api-explorer`

3. Install the required packages:
3. Install streamlit if not already installed:

`pip install streamlit requests`

4. Install the required packages:

`pip install -r requirements.txt`

4. Run the app:
5. Run the app:

`streamlit run app.py`

0 comments on commit 3cc2ba0

Please sign in to comment.