Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def get_answer(message):
|
|
103 |
|
104 |
interface = gr.Interface(
|
105 |
fn=get_answer,
|
106 |
-
inputs=gr.
|
107 |
outputs=gr.Textbox(label="House MD's answer"),
|
108 |
title=title,
|
109 |
description=description,
|
|
|
103 |
|
104 |
interface = gr.Interface(
|
105 |
fn=get_answer,
|
106 |
+
inputs=gr.Textbox(label="Input message to House MD", lines=3),
|
107 |
outputs=gr.Textbox(label="House MD's answer"),
|
108 |
title=title,
|
109 |
description=description,
|