Update app.py
Browse files
app.py
CHANGED
@@ -83,5 +83,5 @@ gr.Interface(
|
|
83 |
outputs="text",
|
84 |
title="Party Organizer Assistant",
|
85 |
description="Helps you answer with different asks during Party",
|
86 |
-
examples=[["Whats weather now in Bangalore?"]
|
87 |
).launch()
|
|
|
83 |
outputs="text",
|
84 |
title="Party Organizer Assistant",
|
85 |
description="Helps you answer with different asks during Party",
|
86 |
+
examples=[["Whats weather now in Bangalore?"]],
|
87 |
).launch()
|