Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -205,10 +205,10 @@ with gr.Blocks() as html_block:
|
|
205 |
gr.Markdown("# Rori - Mathbot")
|
206 |
|
207 |
with gr.Tab("Text to integer"):
|
208 |
-
inputs_text2int = gr.Text(
|
209 |
placeholder="Type a number as text or a sentence",
|
210 |
label="Text to process",
|
211 |
-
value="forty two")
|
212 |
|
213 |
outputs_text2int = gr.Textbox(label="Output integer")
|
214 |
|
|
|
205 |
gr.Markdown("# Rori - Mathbot")
|
206 |
|
207 |
with gr.Tab("Text to integer"):
|
208 |
+
inputs_text2int = [gr.Text(
|
209 |
placeholder="Type a number as text or a sentence",
|
210 |
label="Text to process",
|
211 |
+
value="forty two")]
|
212 |
|
213 |
outputs_text2int = gr.Textbox(label="Output integer")
|
214 |
|