Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -173,4 +173,5 @@ gr.ChatInterface(
|
|
173 |
[{"text": "Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'", "files": []}],
|
174 |
],
|
175 |
cache_examples=False,
|
|
|
176 |
).launch()
|
|
|
173 |
[{"text": "Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'", "files": []}],
|
174 |
],
|
175 |
cache_examples=False,
|
176 |
+
multimodal=False,
|
177 |
).launch()
|