From 598a18e69db777def6e115170a884c56ea96958b Mon Sep 17 00:00:00 2001 From: Karthik Vallamsetla <62076693+karthik-script@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:30:09 -0800 Subject: [PATCH] streamlit: add Hindi translation (#14744) * streamlit: add Hindi translation * Update pages.hi/common/streamlit.md Co-authored-by: K.B.Dharun Krishna --------- Co-authored-by: K.B.Dharun Krishna --- pages.hi/common/streamlit.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.hi/common/streamlit.md diff --git a/pages.hi/common/streamlit.md b/pages.hi/common/streamlit.md new file mode 100644 index 000000000..4aa7ba52a --- /dev/null +++ b/pages.hi/common/streamlit.md @@ -0,0 +1,20 @@ +# streamlit + +> पाइथन में इंटरैक्टिव, डेटा-ड्रिवन वेब ऐप्स बनाने के लिए फ्रेमवर्क। +> अधिक जानकारी: । + +- स्ट्रीमलिट इंस्टॉलेशन की जांच करें: + +`streamlit hello` + +- अपना स्ट्रीमलिट एप्लिकेशन चलाएं: + +`streamlit run {{प्रोजेक्ट_नाम}}` + +- मदद दिखाएं: + +`streamlit --help` + +- संस्करण दिखाएं: + +`streamlit --version`