Spaces:
Runtime error
Runtime error
typos
Browse files
app.py
CHANGED
@@ -84,6 +84,6 @@ def attribution(text):
|
|
84 |
# display the UI
|
85 |
interface = gr.Interface(fn=attribution, layout="vertical",
|
86 |
inputs=[gr.inputs.Textbox(lines=20,
|
87 |
-
placeholder="Geben Sie bitte den Titel und den
|
88 |
outputs=['text', 'image'])
|
89 |
interface.launch()
|
|
|
84 |
# display the UI
|
85 |
interface = gr.Interface(fn=attribution, layout="vertical",
|
86 |
inputs=[gr.inputs.Textbox(lines=20,
|
87 |
+
placeholder="Geben Sie bitte den Titel und den Motionstext des Vorstosses ein.\nVeuillez entrer le titre et le texte dépoé de la requête.")],
|
88 |
outputs=['text', 'image'])
|
89 |
interface.launch()
|