Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,6 @@ app = gr.Interface(
|
|
| 41 |
title="Google Search with Gemini AI",
|
| 42 |
description="Ask a question, and the AI will use Google search tools to provide an answer along with contextual search results.",
|
| 43 |
theme="huggingface",
|
| 44 |
-
layout="vertical"
|
| 45 |
)
|
| 46 |
|
| 47 |
if __name__ == "__main__":
|
|
|
|
| 41 |
title="Google Search with Gemini AI",
|
| 42 |
description="Ask a question, and the AI will use Google search tools to provide an answer along with contextual search results.",
|
| 43 |
theme="huggingface",
|
|
|
|
| 44 |
)
|
| 45 |
|
| 46 |
if __name__ == "__main__":
|