NCTCMumbai commited on
Commit
57d1675
·
verified ·
1 Parent(s): 18e1ae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='NoCrypt/miku') as CHATBOT:
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):