Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -531,8 +531,7 @@ demo = gr.ChatInterface(
|
|
| 531 |
"Ask about his background, experience, or education."
|
| 532 |
),
|
| 533 |
# NOTE: type="messages" removed — only supported in Gradio 4.x+
|
| 534 |
-
examples=["What's your background?", "Professional Experience"]
|
| 535 |
-
theme=gr.themes.Soft(),
|
| 536 |
)
|
| 537 |
|
| 538 |
if __name__ == "__main__":
|
|
|
|
| 531 |
"Ask about his background, experience, or education."
|
| 532 |
),
|
| 533 |
# NOTE: type="messages" removed — only supported in Gradio 4.x+
|
| 534 |
+
examples=["What's your background?", "Professional Experience"]
|
|
|
|
| 535 |
)
|
| 536 |
|
| 537 |
if __name__ == "__main__":
|