Coder Social home page Coder Social logo

30days-i18n's Introduction

30days-i18n's People

Contributors

sfc-gh-mnowotka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

30days-i18n's Issues

Day 23 update

st.experimental_get_query_params has been updated to get_query_params. There are some minor code updates. Please use:

import streamlit as st

st.title('st.query_params')

with st.expander('About this app'):
  st.write("`st.query_params` allows the retrieval of query parameters directly from the URL of the user's browser.")

# 1. Instructions
st.header('1. Instructions')
st.markdown('''
In the above URL bar of your internet browser, append the following:
`?firstname=Jack&surname=Beanstalk`
after the base URL `http://share.streamlit.io/dataprofessor/st.query_params/`
such that it becomes 
`http://share.streamlit.io/dataprofessor/st.query_params/?firstname=Jack&surname=Beanstalk`
''')


# 2. Contents of st.query_params
st.header('2. Contents of st.query_params')
st.write(st.query_params.to_dict())


# 3. Retrieving and displaying information from the URL
st.header('3. Retrieving and displaying information from the URL')

firstname = st.query_params.get_all('firstname')[0]
surname = st.query_params.get_all('surname')[0]

st.write(f'Hello **{firstname} {surname}**, how are you?')

All emoji are garbled in ja/Day19.md

All emoji in the sample code on Day 19 of the Japanese version are garbled.
All emoji have been replaced by '??'.
To see the content delivered at July 19, 2023, please check the attached file.
ja_Day19_garbled_content

P.S.
The correct content in English version is as follows:
en_Day19_correct_content

No module named 'streamlit.locale'

Traceback (most recent call last):
File "streamlit_app.py", line 7, in
from streamlit.locale import gettext as _
ModuleNotFoundError: No module named 'streamlit.locale'

30days.streamlit.app not working

Hi there,

When I tried to access the 30 day streamlit tutorial:
30days.streamlit.app

I get this error:
Oh no.
Error running app. If this keeps happening, please contact support.

Do you mind helping me?

30days challenge doesn't work

Hello, I purposed to make a challenge but the website returned to me an error

Oh no.
Error running app. If this keeps happening, please [contact support](https://github.com/streamlit/30days-i18n/issues/new).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.