ZijieLei commited on
Commit
966630b
·
verified ·
1 Parent(s): c580078

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +4 -4
demo.py CHANGED
@@ -1919,8 +1919,8 @@ def create_interface():
1919
 
1920
  with gr.Row():
1921
  with gr.Group(elem_classes=["content-section"]):
1922
- llama_response_output = gr.Textbox(
1923
- label="🤖 Llama3.1 8B Response",
1924
  lines=15,
1925
  max_lines=25,
1926
  interactive=False
@@ -1928,8 +1928,8 @@ def create_interface():
1928
 
1929
  with gr.Row():
1930
  with gr.Group(elem_classes=["content-section"]):
1931
- thought_templates_output = gr.Textbox(
1932
- label="🧠 Used Thought Templates",
1933
  lines=15,
1934
  max_lines=25,
1935
  interactive=False
 
1919
 
1920
  with gr.Row():
1921
  with gr.Group(elem_classes=["content-section"]):
1922
+ thought_templates_output = gr.Textbox(
1923
+ label="🧠 Used Thought Templates",
1924
  lines=15,
1925
  max_lines=25,
1926
  interactive=False
 
1928
 
1929
  with gr.Row():
1930
  with gr.Group(elem_classes=["content-section"]):
1931
+ llama_response_output = gr.Textbox(
1932
+ label="🤖 Llama3.1 8B Response",
1933
  lines=15,
1934
  max_lines=25,
1935
  interactive=False