Skip to content
Snippets Groups Projects
Commit 1afaf174 authored by abir.chebbi's avatar abir.chebbi
Browse files

adjust readme

parent 4cd0de0e
Branches
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ In the `ec2.create_instance` we have the following parameters:
This is the script:
```yaml
script = f"""#!/bin/bash
f"""#!/bin/bash
cat <<EOT > /home/ubuntu/chatbot-lab/Part\ 2/config.ini
{config_content}
EOT
......@@ -94,6 +94,7 @@ In the `ec2.create_instance` we have the following parameters:
## Run the apllication
cd /home/ubuntu/chatbot-lab/Part\ 2
streamlit run main.py
"""
````
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment