Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,8 +102,8 @@ summer = gr.ChatInterface(
|
|
| 102 |
description="Find opportunities that match your goals.",
|
| 103 |
textbox=gr.Textbox(placeholder="Ask Me Anything..."),
|
| 104 |
examples=[
|
| 105 |
-
"Let's find summer programs for me!"
|
| 106 |
-
"What are free STEM summer programs for high schoolers?"
|
| 107 |
"I want a competitivive research program for my grade."
|
| 108 |
]
|
| 109 |
)
|
|
|
|
| 102 |
description="Find opportunities that match your goals.",
|
| 103 |
textbox=gr.Textbox(placeholder="Ask Me Anything..."),
|
| 104 |
examples=[
|
| 105 |
+
"Let's find summer programs for me!",
|
| 106 |
+
"What are free STEM summer programs for high schoolers?",
|
| 107 |
"I want a competitivive research program for my grade."
|
| 108 |
]
|
| 109 |
)
|