Ashed00 commited on
Commit
139ccf3
Β·
verified Β·
1 Parent(s): 06326f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -63,7 +63,7 @@ def time_travel_assistant(api_key, query):
63
  output = advisor.agent_loop(query)
64
  return output
65
  except Exception as e:
66
- return f"πŸ•°οΈπŸ’₯ Time Machine Malfunction! πŸ’₯πŸ•°οΈ\n{str(e)}"
67
 
68
  with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as app:
69
  with gr.Column(elem_id="tt-header"):
@@ -71,8 +71,6 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as app:
71
  # πŸ•°οΈβœ¨ Time Traveler's Style Guide ✨🌍
72
  *"Fashionably Anachronistic Since 3000 BCE"*
73
  """)
74
- gr.HTML("""<p>Where should your temporal adventures take you?<br>
75
- Examples: 'Victorian London', '1960s New York', or 'Ming Dynasty Market'</p>""")
76
 
77
  with gr.Row(variant="panel", elem_classes="input-section"):
78
  api_key = gr.Textbox(
 
63
  output = advisor.agent_loop(query)
64
  return output
65
  except Exception as e:
66
+ return f"πŸ•°οΈπŸ’₯ Time Machine Malfunction! πŸ’₯πŸ•°οΈ"
67
 
68
  with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as app:
69
  with gr.Column(elem_id="tt-header"):
 
71
  # πŸ•°οΈβœ¨ Time Traveler's Style Guide ✨🌍
72
  *"Fashionably Anachronistic Since 3000 BCE"*
73
  """)
 
 
74
 
75
  with gr.Row(variant="panel", elem_classes="input-section"):
76
  api_key = gr.Textbox(