Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -1919,8 +1919,8 @@ def create_interface():
|
|
1919 |
|
1920 |
with gr.Row():
|
1921 |
with gr.Group(elem_classes=["content-section"]):
|
1922 |
-
|
1923 |
-
label="
|
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 |
-
|
1932 |
-
label="
|
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
|