Spaces:
Running
Running
trend_size
Browse files
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=
|
147 |
|
148 |
-
ideas_text = gr.Textbox(label="Ideas Related to Topic Trend", interactive=False, scale=5, lines=
|
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 |
|