Spaces:
Sleeping
Sleeping
Update Discussion_Buddy.py
Browse files- Discussion_Buddy.py +1 -1
Discussion_Buddy.py
CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks() as chatbot_interface:
|
|
242 |
inputs=[chatbot_input,chatbot_history,news_state,reaction_result,user_language],
|
243 |
outputs=[chatbot_chatbox,chatbot_input]
|
244 |
)
|
245 |
-
|
246 |
#Bring it all and launch
|
247 |
with gr.Blocks(theme=gr.themes.Default(primary_hue='gray', secondary_hue='zinc')) as full_app:
|
248 |
with gr.Column():
|
|
|
242 |
inputs=[chatbot_input,chatbot_history,news_state,reaction_result,user_language],
|
243 |
outputs=[chatbot_chatbox,chatbot_input]
|
244 |
)
|
245 |
+
##
|
246 |
#Bring it all and launch
|
247 |
with gr.Blocks(theme=gr.themes.Default(primary_hue='gray', secondary_hue='zinc')) as full_app:
|
248 |
with gr.Column():
|