File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
interactive-ai-holograms/react-client/react-client/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -276,15 +276,16 @@ function App() {
276
276
< div >
277
277
< h5 > Examples...</ h5 >
278
278
< ul >
279
- < li > 'What is the latest version of the Oracle Database ?'</ li >
280
- < li > 'What is the latest version of the Oracle Database ? Use Rag. '</ li >
279
+ < li > 'What is the most recently released movie ?'</ li >
280
+ < li > 'What is the most recently released movie ? Use RAG '</ li >
281
281
< li > 'What is the best video game?'</ li >
282
282
< li > 'What is the best video game? Use Database'</ li >
283
283
< li > 'What is Oracle for Startups? Use Database'</ li >
284
284
</ ul >
285
285
</ div >
286
286
) }
287
287
< span >
288
+ < br />
288
289
< button onClick = { ( ) => ( buttonState ? stopSession ( ) : startSession ( ) ) } >
289
290
{ buttonState ? "Stop Session and Submit Question" : "Start session and Ask Question" }
290
291
</ button >
You can’t perform that action at this time.
0 commit comments