Dieu-Sang commited on
Commit
29979c3
·
1 Parent(s): ff57f61

adjust result textbox

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(title="Get Your Recipes") as demo:
117
 
118
  search_button = gr.Button("Search")
119
 
120
- result = gr.Textbox(label="Result", max_lines=25)
121
 
122
  search_button.click(
123
  fn=search_recipes,
 
117
 
118
  search_button = gr.Button("Search")
119
 
120
+ result = gr.Textbox(label="Result", lines=24, max_lines=24, show_copy_button=True)
121
 
122
  search_button.click(
123
  fn=search_recipes,