Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ def reset_chat() -> tuple[List[ChatMessage], genai.ChatSession]:
|
|
| 112 |
"""
|
| 113 |
return [], model.start_chat()
|
| 114 |
|
| 115 |
-
with gr.Blocks(
|
| 116 |
gr.Markdown("# Chat with Gemini 2.0 Flash and See its Thoughts 💭")
|
| 117 |
|
| 118 |
chatbot = gr.Chatbot(
|
|
|
|
| 112 |
"""
|
| 113 |
return [], model.start_chat()
|
| 114 |
|
| 115 |
+
with gr.Blocks() as demo:
|
| 116 |
gr.Markdown("# Chat with Gemini 2.0 Flash and See its Thoughts 💭")
|
| 117 |
|
| 118 |
chatbot = gr.Chatbot(
|