Spaces:
Running
Running
tanveeshsingh
commited on
Commit
·
d62eaa9
1
Parent(s):
e556dcc
Reduces lines
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css=dark_css) as demo:
|
|
162 |
input_style_dropdown = gr.Dropdown(label="Input Style", choices=["Dialog", "NLI", "QA format"], value="Dialog", visible=True)
|
163 |
|
164 |
with gr.Row():
|
165 |
-
document_input = gr.Textbox(label="Document", lines=
|
166 |
SAN FRANCISCO--(BUSINESS WIRE)-- Salesforce (NYSE: CRM), the #1 AI CRM, today announced results for its second quarter fiscal 2025 ended July 31, 2024.
|
167 |
|
168 |
Second Quarter Highlights
|
|
|
162 |
input_style_dropdown = gr.Dropdown(label="Input Style", choices=["Dialog", "NLI", "QA format"], value="Dialog", visible=True)
|
163 |
|
164 |
with gr.Row():
|
165 |
+
document_input = gr.Textbox(label="Document", lines=3, visible=True, value="""August 28, 2024
|
166 |
SAN FRANCISCO--(BUSINESS WIRE)-- Salesforce (NYSE: CRM), the #1 AI CRM, today announced results for its second quarter fiscal 2025 ended July 31, 2024.
|
167 |
|
168 |
Second Quarter Highlights
|