arde0909 commited on
Commit
d152099
1 Parent(s): 7541d33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -8
app.py CHANGED
@@ -24,13 +24,10 @@ gr.Interface(
24
 
25
  Example:
26
 
27
- Question: What is the capital of France?
28
- Thought: I should look up France on Wikipedia.
29
- Action: wikipedia: France
30
- PAUSE
31
- You will be called again with this:
32
- Observation: France is a country. The capital is Paris.
33
- You then output:
34
- Answer: The capital of France is Paris.
35
  """
36
  ).launch(share=True)
 
24
 
25
  Example:
26
 
27
+ **Question**: What is the capital of France?
28
+ **Answer**: The capital of France is Paris.
29
+
30
+ **Question**: 2*3
31
+ **Answer**: 6
 
 
 
32
  """
33
  ).launch(share=True)