amitpuri commited on
Commit
432e214
1 Parent(s): ae49ed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,8 +121,8 @@ with gr.Blocks() as LLMDemoTabbedScreen:
121
  llm_options = gr.Radio(llm_api_options, label="Select one", info="Which service do you want to use?", value="OpenAI API")
122
  with gr.Row():
123
  with gr.Column():
124
- test_string = gr.Textbox(label="Try String", value=TEST_MESSAGE, lines=2)
125
- test_string_response = gr.Textbox(label="Response")
126
  test_string_output_info = gr.Label(value="Output Info", label="Info")
127
  test_button = gr.Button("Try it")
128
  with gr.Tab("API Settings"):
 
121
  llm_options = gr.Radio(llm_api_options, label="Select one", info="Which service do you want to use?", value="OpenAI API")
122
  with gr.Row():
123
  with gr.Column():
124
+ test_string = gr.Textbox(label="Try String", value=TEST_MESSAGE, lines=5)
125
+ test_string_response = gr.Textbox(label="Response", lines=5)
126
  test_string_output_info = gr.Label(value="Output Info", label="Info")
127
  test_button = gr.Button("Try it")
128
  with gr.Tab("API Settings"):