How well can LLM create a simple webapp? Let's find out.
See Results On HuggingFace Spaces
streamlit run app.py
to open the result browser
Greet the user in their native language.
What time is it in different timezones? A simple task in terms of UX but tricky processing to get right.
An up/down counter with reset.
A simple data processing application.
generate.py
Please return only the full, complete source code for the application in a single code block.
in the prompt, WizardCoder sometimes answers in a step-by-step style with the final result at the end. This is both difficult to parse and a huge waste of tokens/time.