katielink commited on
Commit
30c0c41
β€’
1 Parent(s): 74777ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -30,11 +30,7 @@ with gr.Blocks() as demo:
30
 
31
  with gr.Row():
32
  with gr.Accordion("πŸ“ Abstract", open=False):
33
- abstract_button = gr.Textbox(
34
- label = '',
35
- value = ABSTRACT_TEXT,
36
- lines = 5,
37
- )
38
  with gr.Row():
39
  with gr.Accordion("πŸ“˜ Citation", open=False):
40
  citation_button = gr.Textbox(
 
30
 
31
  with gr.Row():
32
  with gr.Accordion("πŸ“ Abstract", open=False):
33
+ abstract_button = gr.Markdown(ABSTRACT_TEXT)
 
 
 
 
34
  with gr.Row():
35
  with gr.Accordion("πŸ“˜ Citation", open=False):
36
  citation_button = gr.Textbox(