Update geminiai_with_history.py
Browse files- geminiai_with_history.py +1 -1
geminiai_with_history.py
CHANGED
@@ -25,7 +25,7 @@ def respond(message,history):
|
|
25 |
demo = gr.ChatInterface(
|
26 |
fn=respond,
|
27 |
type="messages",
|
28 |
-
title="
|
29 |
)
|
30 |
|
31 |
if __name__ == "__main__":
|
|
|
25 |
demo = gr.ChatInterface(
|
26 |
fn=respond,
|
27 |
type="messages",
|
28 |
+
title="<你的學號>",
|
29 |
)
|
30 |
|
31 |
if __name__ == "__main__":
|