alx-d commited on
Commit
cf0f32a
·
1 Parent(s): a41c9a1

Update validation.py

Browse files
Files changed (1) hide show
  1. 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=30, label="Enter your question"),
82
- outputs=gr.components.Textbox(lines=40, label="Response", style="height: 400px; overflow-y: scroll;"),
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