Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,10 +74,10 @@ def process_text(input_text):
|
|
74 |
# Configuration de l'interface Gradio
|
75 |
with gr.Blocks() as demo:
|
76 |
gr.Markdown("## Visualize Pictograms Application")
|
77 |
-
gr.Markdown("Enter a sequence of pictogram tokens")
|
78 |
|
79 |
with gr.Column():
|
80 |
-
input_text = gr.Textbox(label="", placeholder="Example : bonjour je appeler plan_taille")
|
81 |
output_html = gr.HTML(label="ARASAAC Pictograms")
|
82 |
|
83 |
submit_btn = gr.Button("Generate")
|
|
|
74 |
# Configuration de l'interface Gradio
|
75 |
with gr.Blocks() as demo:
|
76 |
gr.Markdown("## Visualize Pictograms Application")
|
77 |
+
gr.Markdown("Enter a sequence of pictogram tokens:")
|
78 |
|
79 |
with gr.Column():
|
80 |
+
input_text = gr.Textbox(label="tokens", placeholder="Example : bonjour je appeler plan_taille")
|
81 |
output_html = gr.HTML(label="ARASAAC Pictograms")
|
82 |
|
83 |
submit_btn = gr.Button("Generate")
|