1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.hi/common/streamlit.md

21 lines
652 B
Markdown
Raw Normal View History

# streamlit
> पाइथन में इंटरैक्टिव, डेटा-ड्रिवन वेब ऐप्स बनाने के लिए फ्रेमवर्क।
> अधिक जानकारी: <https://docs.streamlit.io/>।
- स्ट्रीमलिट इंस्टॉलेशन की जांच करें:
`streamlit hello`
- अपना स्ट्रीमलिट एप्लिकेशन चलाएं:
`streamlit run {{प्रोजेक्ट_नाम}}`
- मदद दिखाएं:
`streamlit --help`
- संस्करण दिखाएं:
`streamlit --version`