Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ def translate_text(selected_language,history):
|
|
225 |
# return translation['translated_content']
|
226 |
|
227 |
# Gradio interface
|
228 |
-
with gr.Blocks(theme='
|
229 |
history_state = gr.State([])
|
230 |
with gr.Row():
|
231 |
with gr.Column(scale=10):
|
|
|
225 |
# return translation['translated_content']
|
226 |
|
227 |
# Gradio interface
|
228 |
+
with gr.Blocks(theme='gradio/soft') as CHATBOT:
|
229 |
history_state = gr.State([])
|
230 |
with gr.Row():
|
231 |
with gr.Column(scale=10):
|