Spaces:
Runtime error
Runtime error
Commit ·
c664af0
1
Parent(s): 7b720c3
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
|
|
| 95 |
credentials = gr.Textbox(placeholder="Code d'accès", lines=1)
|
| 96 |
|
| 97 |
|
| 98 |
-
with gr.Row()
|
| 99 |
context = gr.Textbox(placeholder="insérez le texte ici.", lines=8)
|
| 100 |
|
| 101 |
with gr.Tab("brut"):
|
|
|
|
| 95 |
credentials = gr.Textbox(placeholder="Code d'accès", lines=1)
|
| 96 |
|
| 97 |
|
| 98 |
+
with gr.Row():
|
| 99 |
context = gr.Textbox(placeholder="insérez le texte ici.", lines=8)
|
| 100 |
|
| 101 |
with gr.Tab("brut"):
|