Spaces:
Runtime error
Runtime error
Update validation.py
Browse files- validation.py +2 -2
validation.py
CHANGED
|
@@ -78,8 +78,8 @@ def data_querying(input_text):
|
|
| 78 |
return response.response
|
| 79 |
|
| 80 |
iface = gr.Interface(fn=data_querying,
|
| 81 |
-
inputs=gr.components.Textbox(lines=
|
| 82 |
-
outputs=gr.components.Textbox(lines=
|
| 83 |
title="Therapy Validation GPT 0.1 pre alpha")
|
| 84 |
|
| 85 |
#passes in data directory
|
|
|
|
| 78 |
return response.response
|
| 79 |
|
| 80 |
iface = gr.Interface(fn=data_querying,
|
| 81 |
+
inputs=gr.components.Textbox(lines=20, label="Enter your question"),
|
| 82 |
+
outputs=gr.components.Textbox(lines=25, label="Response", style="height: 400px; overflow-y: scroll;"),
|
| 83 |
title="Therapy Validation GPT 0.1 pre alpha")
|
| 84 |
|
| 85 |
#passes in data directory
|