Keytaro commited on
Commit
00cfd9c
·
1 Parent(s): 70b6d16

mod app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -164,7 +164,11 @@ inputs = [
164
  gr.Radio(label="user_input", choices=["Has the company made any significant acquisitions in the AI space, and how are these acquisitions being integrated into the company's strategy?",
165
  "How much capital has been allocated towards AI research and development by the company?",
166
  "What initiatives has the company implemented to address ethical concerns surrounding AI, such as fairness, accountability, and privacy?",
167
- "How does the company plan to differentiate itself in the AI space relative to competitors?"]),
 
 
 
 
168
  gr.Radio(label="Company", choices=["Amazon", "Google", "Microsoft", "Meta", "IBM"]),
169
  ]
170
 
 
164
  gr.Radio(label="user_input", choices=["Has the company made any significant acquisitions in the AI space, and how are these acquisitions being integrated into the company's strategy?",
165
  "How much capital has been allocated towards AI research and development by the company?",
166
  "What initiatives has the company implemented to address ethical concerns surrounding AI, such as fairness, accountability, and privacy?",
167
+ "How does the company plan to differentiate itself in the AI space relative to competitors?",
168
+ "What are the company’s policies and frameworks regarding AI ethics, governance, and responsible AI use as detailed in their 10-K reports?",
169
+ "What are the primary business segments of the company, and how does each segment contribute to the overall revenue and profitability?",
170
+ "What are the key risk factors identified in the 10-K report that could potentially impact the company’s business operations and financial performance?"
171
+ ]),
172
  gr.Radio(label="Company", choices=["Amazon", "Google", "Microsoft", "Meta", "IBM"]),
173
  ]
174