cloud
cloud copied to clipboard
interact UTF support (easy to fix)
Enter a non-ascii character in the box below, and it will go boom:
@interact
def form(s = input_box(default="", label="Введите текст", type=str)):
print(u"Вы ввели {0}".format(s))
Reported by Андрей Ширшов