Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ def gradio_interface():
|
|
267 |
large_keywords = gr.Textbox(label="Mistral-Medium Keywords")
|
268 |
open_keywords = gr.Textbox(label="Open-Mistral-Nemo Keywords")
|
269 |
|
270 |
-
|
271 |
with gr.Tabs():
|
272 |
with gr.TabItem("Prompt History"):
|
273 |
history = gr.DataFrame(
|
|
|
267 |
large_keywords = gr.Textbox(label="Mistral-Medium Keywords")
|
268 |
open_keywords = gr.Textbox(label="Open-Mistral-Nemo Keywords")
|
269 |
|
270 |
+
with gr.TabItem("π History & Analysis", id=1):
|
271 |
with gr.Tabs():
|
272 |
with gr.TabItem("Prompt History"):
|
273 |
history = gr.DataFrame(
|