Emaad commited on
Commit
cdcb7a0
1 Parent(s): 59e3bc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
157
  gr.Markdown("Sequence predictions are show below.")
158
 
159
  with gr.Row().style(equal_height=True):
160
- predicted_sequence = gr.Textbox(label='Predicted Sequence')
161
 
162
 
163
  with gr.Row():
 
157
  gr.Markdown("Sequence predictions are show below.")
158
 
159
  with gr.Row().style(equal_height=True):
160
+ predicted_sequence = gr.Markdown(label='Predicted Sequence')
161
 
162
 
163
  with gr.Row():