Anshoo Mehra commited on
Commit
c7e36a5
·
1 Parent(s): 8a4c086

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
69
 
70
  with gr.Accordion(variant='compact', label='Input Values'):
71
  with gr.Row(variant='compact'):
72
- queryDefault = "What are the Big Five American information technology companies?"
73
  contextDefault = "Google LLC is an American multinational technology company focusing on search engine technology, online advertising, cloud computing, computer software, quantum computing, e-commerce, artificial intelligence, and consumer electronics. It has been referred to as 'the most powerful company in the world' and one of the world's most valuable brands due to its market dominance, data collection, and technological advantages in the area of artificial intelligence. Its parent company Alphabet is considered one of the Big Five American information technology companies, alongside Amazon, Apple, Meta, and Microsoft."
74
  query = gr.Textbox(queryDefault, label="Query", placeholder="Dummy Query", lines=2)
75
  context = gr.Textbox(contextDefault, label="Context", placeholder="Dummy Context", lines=5, max_lines = 6)
 
69
 
70
  with gr.Accordion(variant='compact', label='Input Values'):
71
  with gr.Row(variant='compact'):
72
+ queryDefault = "Which company alongside Amazon, Apple, Meta, and Microsoft is considered part of Big Five?"
73
  contextDefault = "Google LLC is an American multinational technology company focusing on search engine technology, online advertising, cloud computing, computer software, quantum computing, e-commerce, artificial intelligence, and consumer electronics. It has been referred to as 'the most powerful company in the world' and one of the world's most valuable brands due to its market dominance, data collection, and technological advantages in the area of artificial intelligence. Its parent company Alphabet is considered one of the Big Five American information technology companies, alongside Amazon, Apple, Meta, and Microsoft."
74
  query = gr.Textbox(queryDefault, label="Query", placeholder="Dummy Query", lines=2)
75
  context = gr.Textbox(contextDefault, label="Context", placeholder="Dummy Context", lines=5, max_lines = 6)