chirfort commited on
Commit
ee4556d
·
1 Parent(s): 02a412d

Add Gradio library import for enhanced UI integration in WeatherAppProEnhanced

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ Complete Weather App with AI Integration
3
  Full LlamaIndex and Gemini API integration for intelligent conversations
4
  """
5
 
 
6
  import gradio as gr
7
  import asyncio
8
  import logging
 
3
  Full LlamaIndex and Gemini API integration for intelligent conversations
4
  """
5
 
6
+
7
  import gradio as gr
8
  import asyncio
9
  import logging