Spaces:
Sleeping
Sleeping
Update gemini_simple.py
#1
by
Mr930
- opened
- gemini_simple.py +1 -1
gemini_simple.py
CHANGED
@@ -23,7 +23,7 @@ def respond(message,history):
|
|
23 |
demo = gr.ChatInterface(
|
24 |
fn=respond,
|
25 |
type="messages",
|
26 |
-
title="
|
27 |
)
|
28 |
|
29 |
if __name__ == "__main__":
|
|
|
23 |
demo = gr.ChatInterface(
|
24 |
fn=respond,
|
25 |
type="messages",
|
26 |
+
title="B11090024 吳傳煒",
|
27 |
)
|
28 |
|
29 |
if __name__ == "__main__":
|