Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ def predict(message: str, history: List[List[str]], about_me: str) -> str:
|
|
| 160 |
|
| 161 |
demo = gr.ChatInterface.load(
|
| 162 |
predict,
|
| 163 |
-
|
| 164 |
placeholder="Ask me a financial question",
|
| 165 |
label="Financial question",
|
| 166 |
container=False,
|
|
|
|
| 160 |
|
| 161 |
demo = gr.ChatInterface.load(
|
| 162 |
predict,
|
| 163 |
+
textbox_test=gr.Textbox(
|
| 164 |
placeholder="Ask me a financial question",
|
| 165 |
label="Financial question",
|
| 166 |
container=False,
|