Update ui/ui_core.py
Browse files- ui/ui_core.py +1 -1
ui/ui_core.py
CHANGED
@@ -167,4 +167,4 @@ def create_ui(agent: TxAgent):
|
|
167 |
["Is there anything abnormal in the attached blood work report?"]
|
168 |
], inputs=message_input)
|
169 |
|
170 |
-
return demo
|
|
|
167 |
["Is there anything abnormal in the attached blood work report?"]
|
168 |
], inputs=message_input)
|
169 |
|
170 |
+
return demo
|