gws_forms

Introduction
Getting Started
Use cases
Technical documentations
Version

Forms dashboard

TASK
1 times
100 %
63 milliseconds
Typing name :  TASK.gws_forms.StreamlitFormsDashbaordGenerator Brick :  gws_forms

Task to generate a custom Streamlit dashboard to create form

StreamlitFormsDashbaordGenerator is a task that generates a Streamlit dashboard designed to create forms based on a provided JSON file containing the questions.

Input : a JSONDict file containing the questions. Output : a Streamlit app.

Input

JSONDict containing the questions
Resource that holds a JSON dict
Banner

Output

Streamlit Form app
Streamlit dashboard app

Configuration

title

Title of the form

Type : string

description

Description of the form

Type : text

results_visible

Optional

If True, users will be able to see all results of the forms

Type : boolDefault value : true