Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,12 +118,6 @@ with gr.Blocks(title="Gemini Audio Chatbot") as demo:
|
|
| 118 |
3. The conversation history will be displayed on the left
|
| 119 |
""")
|
| 120 |
|
| 121 |
-
with gr.Row():
|
| 122 |
-
# Text input
|
| 123 |
-
text_input = gr.Textbox(
|
| 124 |
-
placeholder="Type your message here...",
|
| 125 |
-
label="Text Input"
|
| 126 |
-
)
|
| 127 |
|
| 128 |
with gr.Row():
|
| 129 |
# Audio input
|
|
|
|
| 118 |
3. The conversation history will be displayed on the left
|
| 119 |
""")
|
| 120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
|
| 122 |
with gr.Row():
|
| 123 |
# Audio input
|