mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
streamlit: add Hindi translation (#14744)
* streamlit: add Hindi translation * Update pages.hi/common/streamlit.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
25a5a68caf
commit
598a18e69d
1 changed files with 20 additions and 0 deletions
20
pages.hi/common/streamlit.md
Normal file
20
pages.hi/common/streamlit.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# streamlit
|
||||
|
||||
> पाइथन में इंटरैक्टिव, डेटा-ड्रिवन वेब ऐप्स बनाने के लिए फ्रेमवर्क।
|
||||
> अधिक जानकारी: <https://docs.streamlit.io/>।
|
||||
|
||||
- स्ट्रीमलिट इंस्टॉलेशन की जांच करें:
|
||||
|
||||
`streamlit hello`
|
||||
|
||||
- अपना स्ट्रीमलिट एप्लिकेशन चलाएं:
|
||||
|
||||
`streamlit run {{प्रोजेक्ट_नाम}}`
|
||||
|
||||
- मदद दिखाएं:
|
||||
|
||||
`streamlit --help`
|
||||
|
||||
- संस्करण दिखाएं:
|
||||
|
||||
`streamlit --version`
|
Loading…
Add table
Reference in a new issue