cmulgy commited on
Commit
7096ea6
1 Parent(s): 1f02b53

trend_size

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -143,9 +143,9 @@ with gr.Blocks(css="""#chat_container {height: 820px; width: 1000px; margin-left
143
  papers_text = gr.Textbox(label="Trend Papers", interactive=False, scale=8, lines=5, max_lines=5)
144
 
145
  with gr.Row():
146
- topic_text = gr.Textbox(label="Topic Trend", interactive=False, scale=5, lines=7, max_lines=10)
147
 
148
- ideas_text = gr.Textbox(label="Ideas Related to Topic Trend", interactive=False, scale=5, lines=7, max_lines=10)
149
 
150
  date_button.click(confirm_date, inputs=[date_choice, profile_text], outputs=[topic_text, papers_text, ideas_text])
151
 
 
143
  papers_text = gr.Textbox(label="Trend Papers", interactive=False, scale=8, lines=5, max_lines=5)
144
 
145
  with gr.Row():
146
+ topic_text = gr.Textbox(label="Topic Trend", interactive=False, scale=5, lines=12, max_lines=15)
147
 
148
+ ideas_text = gr.Textbox(label="Ideas Related to Topic Trend", interactive=False, scale=5, lines=12, max_lines=15)
149
 
150
  date_button.click(confirm_date, inputs=[date_choice, profile_text], outputs=[topic_text, papers_text, ideas_text])
151