Spaces:
Sleeping
Sleeping
fredcaixeta
commited on
Commit
·
d04f823
1
Parent(s):
57e0435
scale2
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ if __name__ == "__main__":
|
|
| 99 |
|
| 100 |
with gr.Tabs() as tabs:
|
| 101 |
# ABA 1: ANALYSIS & CHAT
|
| 102 |
-
with gr.Tab("Chat", id=0):
|
| 103 |
#gr.Markdown("### Intelligent Assistant")
|
| 104 |
|
| 105 |
chatbot = gr.Chatbot(
|
|
|
|
| 99 |
|
| 100 |
with gr.Tabs() as tabs:
|
| 101 |
# ABA 1: ANALYSIS & CHAT
|
| 102 |
+
with gr.Tab("Chat", id=0, scale=0):
|
| 103 |
#gr.Markdown("### Intelligent Assistant")
|
| 104 |
|
| 105 |
chatbot = gr.Chatbot(
|