Spaces:
Running
on
Zero
Running
on
Zero
Refactor app.py: Update gr.Blocks type parameter
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks(
|
|
257 |
height=700,
|
258 |
show_copy_button=True,
|
259 |
latex_delimiters=latex_delimiters_set,
|
260 |
-
type=
|
261 |
)
|
262 |
text_input = gr.Textbox(
|
263 |
label="Ask about your meal",
|
|
|
257 |
height=700,
|
258 |
show_copy_button=True,
|
259 |
latex_delimiters=latex_delimiters_set,
|
260 |
+
type=None,
|
261 |
)
|
262 |
text_input = gr.Textbox(
|
263 |
label="Ask about your meal",
|