Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Паршина Екатерина Сергеевна
AIMM
Commits
33147b64
Commit
33147b64
authored
1 month ago
by
Паршина Екатерина Сергеевна
Browse files
Options
Download
Patches
Plain Diff
Upload New File
parent
79e2f982
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HW 4/Task2/README.md
+14
-0
HW 4/Task2/README.md
with
14 additions
and
0 deletions
+14
-0
HW 4/Task2/README.md
0 → 100644
+
14
−
0
View file @
33147b64
# Задание 2 ПР4
## Запуск
Для запуска необходимо авторизоваться в ngrok и выполнить следующие команды
```
from pyngrok import ngrok
public_url = ngrok.connect(addr="8501", proto="http")
print(f"Streamlit доступен по ссылке: {public_url}")
# Запуск Streamlit
!streamlit run app.py --server.address 0.0.0.0 --server.port 8501 &>/dev/null&
```
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets