arde0909 commited on
Commit
0f4d5d3
1 Parent(s): eaacb9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -20,5 +20,16 @@ gr.Interface(
20
  - **Define Words**: Look up definitions for any word.
21
  - **Provide Latest News**: Retrieve the latest news headlines.
22
  - **Translate Text**: Translate text from English to various languages.
23
- """
 
 
 
 
 
 
 
 
 
 
 
24
  ).launch(share=True)
 
20
  - **Define Words**: Look up definitions for any word.
21
  - **Provide Latest News**: Retrieve the latest news headlines.
22
  - **Translate Text**: Translate text from English to various languages.
23
+
24
+
25
+ Example:
26
+ Question: What is the capital of France?
27
+ Thought: I should look up France on Wikipedia.
28
+ Action: wikipedia: France
29
+ PAUSE
30
+ You will be called again with this:
31
+ Observation: France is a country. The capital is Paris.
32
+ You then output:
33
+ Answer: The capital of France is Paris.
34
+ """
35
  ).launch(share=True)