Spaces:
Sleeping
Sleeping
updated interface
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ with gr.Blocks(title="TurboNerd Agent🤓") as demo:
|
|
| 179 |
with gr.TabItem("🤓", id="chat"):
|
| 180 |
gr.Markdown("""
|
| 181 |
## Chat with TurboNerd 🤓
|
| 182 |
-
Ask any question and get an answer from the TurboNerd
|
| 183 |
Try asking something like:\n
|
| 184 |
- What is the first name of the only Malko Competition recipient from the 20th Century (after 1977) whose nationality on record is a country that no longer exists?\n
|
| 185 |
- Who did the actor who played Ray in the Polish-language version of Everybody Loves Raymond play in Magda M.? Give only the first name.
|
|
@@ -217,7 +217,7 @@ with gr.Blocks(title="TurboNerd Agent🤓") as demo:
|
|
| 217 |
)
|
| 218 |
|
| 219 |
# Tab 2: Evaluation Interface
|
| 220 |
-
with gr.TabItem("
|
| 221 |
gr.Markdown("""
|
| 222 |
## Agent Evaluation Runner
|
| 223 |
|
|
|
|
| 179 |
with gr.TabItem("🤓", id="chat"):
|
| 180 |
gr.Markdown("""
|
| 181 |
## Chat with TurboNerd 🤓
|
| 182 |
+
Ask any question and get an answer from the TurboNerd. The agent can search the web, Wikipedia, and more.
|
| 183 |
Try asking something like:\n
|
| 184 |
- What is the first name of the only Malko Competition recipient from the 20th Century (after 1977) whose nationality on record is a country that no longer exists?\n
|
| 185 |
- Who did the actor who played Ray in the Polish-language version of Everybody Loves Raymond play in Magda M.? Give only the first name.
|
|
|
|
| 217 |
)
|
| 218 |
|
| 219 |
# Tab 2: Evaluation Interface
|
| 220 |
+
with gr.TabItem(" ", id="evaluation"):
|
| 221 |
gr.Markdown("""
|
| 222 |
## Agent Evaluation Runner
|
| 223 |
|